• Hubs
  • tagged programming languages

1-10 of 49 hubssort by Hot Best Latest

85

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 comments    how to internet software
79

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
Image Credit: Wikipedia81

How 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 comments    computers keys basic
76

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...

7 comments    education make writing
C Language Tutorial76

Array 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 comments    how to computers c programming
highway star profile image68

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
The Advanced Web Hosting71

The 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 comments    free web hosting builder
Turbo C Editor Window.77

Your 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 comments    how to language keyboard
C Language Tutorials83

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
72

Variables 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    technology software computers
working