If keyword
The keyword if tells the compiler that what follows is a decision control instructions. The condition of the keyword is always enclosed with...
C program to calculate area of circle
area of circle = Î *Î *radius of circle # include < stdio.h > main ( ) { int r ; float pi = 3.14 , area ; printf ( " E...
Operators
C program generally supports operators which are listed below : - subtraction(-), addition(+), multiplication(*), division(/), modular divi...
KEYWORDS
There are only 32 keywords available in C. Keywords are the words whose meaning has been already explained in c compiler. The keywords a...
Subscribe to:
Posts
(
Atom
)