what is the difference between #include<stdio.h> and
#include"stdio.h" ?
Answer Posted / rakesh simar
include<stdio.h> is a part of hedrfile and & it means standard input(scanf) &output(printf)
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
How can I sort more data than will fit in memory?
I need a sort of an approximate strcmp routine?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Is c pass by value or reference?
Explain how do you determine a file’s attributes?
What is #define size in c?
What are the features of c language?
What is c programing language?
What do the functions atoi(), itoa() and gcvt() do?
What is a shell structure examples?
The file stdio.h, what does it contain?
How can I read a binary data file properly?
pierrot's divisor program using c or c++ code
What functions are in conio h?
Explain what is the heap?