Arithmetic operator
Arithmetic operator Arithmetic operators are take 2 or more numerical operands and give one numerical value as result. Arithmetic op...
Arithmetic operator Arithmetic operators are take 2 or more numerical operands and give one numerical value as result. Arithmetic op...
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 was display output value on print screen. We can use printf() function as display value or display t...
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() Syntax Getchar() variable = getchar("characters"); example: C = getchar("...