Learn everything from basic Photoshop to Advanced Laravel and SEO.
p>For communication with computer, we need to pass different data to the compute...
Variables are simply the names given to the memory location for any data whose v...
Constants are quite similar to variables as they are also data storage locations...
A storage class defines the scope (visibility) and lifetime of variables in a C...
An operator is a symbol that tells the computer to perform certain mathematical...
Any data we feed into a program is called input. An input can be a file or data...
Function is a self contained block of statement that perform well defined or coh...
Depending upon the requirement of the problem it is often required to change or...
The statement that is used to repeat the programming instructions again and agai...
An array is a data structure that store a number of data items as a single objec...
The way toward assigning and liberating memory in a program at run time is known...
A C preprocessor is a statement substitution in C programming language. It instr...