Answer Posted / avinash
HEADER IS INCLUDE <STDIO.H>.
| Is This Answer Correct ? | 12 Yes | 22 No |
Post New Answer View All Answers
What is const and volatile in c?
What is the difference between int main and void main in c?
Why #include is used in c language?
What are header files in c programming?
What are unions in c?
Write the control statements in C language
Can you think of a logic behind the game minesweeper.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the difference between variable declaration and variable definition in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is the difference between abs() and fabs() functions?
What is a pointer in c plus plus?
What is the meaning of typedef struct in c?
What are loops in c?