Pointer is an extremely powerful programming tool. A pointer is a variable which used to store the address of another variable of same d...
Showing posts with label C-language. Show all posts
Showing posts with label C-language. Show all posts
String in C
A string is an array of characters. The end of the string is marked with a special character, the null character , which is simply rep...
Array in C
In C language, arrays are referred to as structured data types. An array is a collection of data that holds fixed number of values of same...
C Input / Output
C programming has several in-built functions to perform input and output tasks. Two commonly used functions for I/O (Input/Output) are p...