1-10 of 49 hubssort by Hot Best Latest
Data Types in C Language
A programming language is proposed to help programmer to process certain kinds of data and to provide useful output. The task of data processing is accomplished by executing series of commands called...
7 commentsFile 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 commentsHow to Change Key Colors in RapidQ
I can't write code. Okay, I can write code, but then after I write it, it doesn't work, and I have trouble debugging it. So my ability to write code is a little like my ability to speak Chinese. I can speak...
10 commentsA 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...
7 commentsArray in C programming – Programmer's view
An array in C language is a collection of similar data-type, means an array can hold value of a particular data type for which it has been declared. Arrays can be created from any of the C data-types int,...
5 commentsJava 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 commentsThe Best, Advanced and Free & Ad-free Web-Hosts
Interest in creating A New Website for Your Interests, Family & Friend or for your Business or Any Other Purpose?? Or Looking for best free & Ad-free Web Hosting services with Great & Amazing features?? Then...
5 commentsYour First C Program
You might be thinking that you have learnt lot about C language background and now eagerly want to try your first program in C. To do so first of all you need a C compiler, I have been using Turbo C++...
5 commentsTurn 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 commentsVariables in the C programming language
Programming is all about creating changes in the way information is stored in a computer. To make this possible, we need easy access to the contents of computers memory. This is what programming language...
1 comment










