EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / priti ranjan panda
stdio.h => (standard Input Output Header File) generally used for Inonu Output and some standard function used in.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
cavium networks written test pattern ..
What are the advantages and disadvantages of pointers?
What is volatile variable how do you declare it?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
why do some people write if(0 == x) instead of if(x == 0)?
How is a structure member accessed?
what is the structure pointer?
What are the types of arrays in c?
How to set file pointer to beginning c?
State the difference between realloc and free.
What does a pointer variable always consist of?
What is call by value in c?
There seem to be a few missing operators ..
Why is structure padding done in c?
What are structure types in C?