• Hubs
  • tagged c programming language

1-10 of 51 hubssort by Hot Best Latest

76

How to work with Two Dimensional Arrays in C

We know how to work with an array (1D array) having one dimension. In C language it is possible to have more than one dimension in an array. In this tutorial we are going to learn how we can use two...

2 comments    how to c programming array
Ultimate Hubber profile image67

Data Types in C++

When we wish to store data while writing a C/C++ program, we need to tell the computer what kind of data it is. For example, whether it is a charactor or an integer. With the help of data types we can tell...

0 comments    hubchallenge programming cpp
oderog profile image75

Computer programming languages and generations

Programming languages are use to write application programs which are used by end users. The programming languages are generally used only by professional programmers to write programs. The development of...

6 comments    programming basic fortran
80

File Copy Program in C Language

Today we are going to learn a simple file copy program in C language. As I said this is a simple file copy program so you should not expect its output like DOS copy command has. Ok let’s start. The main...

4 comments    programming source code c help
highway star profile image71

Java Programming: How to insert a new line in a String

Often, when programming it is useful to manipulate Strings in a way that you need to put a new line in an already existing string or a in a string that you are building. To do this you just need to know that...

0 comments    java string programming language
C Language Tutorials80

Turn Your PC Keyboard to Musical Keyboard using C Program

To accomplish this task you don’t need to buy any expensive software or hardware, only a little knowledge of C program will do and you can build your own musical keyboard software. Before we begin you...

5 comments    how to music software
MetaTrader 5 main window67

Metatrader 5

MetaTrader 5 main window MetaEditor 5 debugging MetaQuotes, the developer of the MetaTrader 4 software and the MQL programming language, is going to release a new version of the popular trading platform...

0 comments    software financial market
Free C programming tutorials for all beginners.80

Types of Function in C Programming Languages:

In my previous c programming tutorial I tried to explain what the function, its advantages is and how to declare a C function. And I told you that there are five types of functions and they are: ...

8 comments    tutorial data arguments
82

A Brief History of the C Language

Before we start any complex program in C, we must understand what really C is, how it came into existence and how it differs from other languages of that time. In this tutorial I will try to talk about these...

6 comments    education make writing
75

Writing First C/C++ Program : A tutorial of C/C++ Programming

Programming Tutorials : C/C++ Programming C/C++ programming basic is very important for learning C/C++ language. In this page, basic of C/C++ programming tutorial is presented in an explained way. It is...

4 comments    programming comments hello world
working