what is difference between #include<stdio.h> and
#include"stdio.h"
Answer Posted / jeke kumar gochhayat
in #include<stdio.h> , stdio.h is a predefined header file
in the include directory.
but in #include"stdio.h" is a userdefined header files
but functions are same
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are 'near' and 'far' pointers?
How to write a code for reverse of string without using string functions?
What is a pointer on a pointer in c programming language?
What is the use of structure padding in c?
Does * p ++ increment p or what it points to?
What does the error 'Null Pointer Assignment' mean and what causes this error?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Where static variables are stored in memory in c?
What is declaration and definition in c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Why do we need arrays in c?
Explain how can you restore a redirected standard stream?
What is the maximum no. of arguments that can be given in a command line in C.?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
can any one tel me wt is the question pattern for NIC exam