Arithmetic operator Arithmetic operators are take 2 or more numerical operands and give one numerical value as result. Arithmetic op...
Operator in C
Operator in C Operator most important part of program. Because its used mathematics functions and also use ordinary printf and scanf fu...
Printf() function
Printf() function Printf() function was display output value on print screen. We can use printf() function as display value or display t...
scanf() Function
scanf() Function scanf() function is used to get the value from print screen. Every function has return some value after execution of ...
getchar() and putchar()
getchar() and putchar() Syntax Getchar() variable = getchar("characters"); example: C = getchar(...
getc() and putc()
getc() and putc() Syntax Getc() variable = getc("characters"); example: C = getc("C"); C is t...
Input output function
Input Output function Every programming language has input output function for executing program. C has some predefined input output fu...
Keyword and Control string
Keywords Now We gonna start a new session as keyword . Keyword is the predefined variable. Keyword indicate special meaning of compiler...
Variable and Constant
Variable and Constant Different between variable and constant is we can modify variable value. But cannot change constant value. Varia...
Structure of C
Structure of C We already discus about structure of c in previous post, now i would like to tell balance structure topic such as Variab...
Introduction of C
Introduction of C C is structural Language, Its has much facility like portability, flexibility and efficiency. Portability mean which c...