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
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Can include files be nested?
How can you restore a redirected standard stream?
How can I manipulate strings of multibyte characters?
Which is more efficient, a switch statement or an if else chain?
What is getch c?
how to find binary of number?
What is break statement?
How many types of arrays are there in c?
What is .obj file in c?
What is meant by realloc()?
explain what are pointers?
Dont ansi function prototypes render lint obsolete?
What is a stream water?