EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / deepak kumar dhurve
stdio.h => (standard Input Output Header File) generally used for Inonu Output and some standard function used in.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is FIFO?
Why do we use namespace feature?
What do mean by network ?
Combinations of fibanocci prime series
What are header files? What are their uses?
Why should I use standard library functions instead of writing my own?
What are different types of pointers?
Write a program which returns the first non repetitive character in the string?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
What are the data types present in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What are local static variables? How can you use them?
What is difference between array and pointer in c?
How can I read data from data files with particular formats?
What is #include conio h?