What is the relation between # and include<stdio.h>
Answer Posted / gita
include<stdio.h> means we include standard input and output
functions code we does not write any thing about library
functions .h means header file if we include tis header
file then we place # before the include<stdio.h> this is c
syntax.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Where static variables are stored in c?
Who developed c language?
What is getch?
How can you restore a redirected standard stream?
How do I get an accurate error status return from system on ms-dos?
What is sizeof in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
How is a pointer variable declared?
What is data structure in c language?
What is cohesion and coupling in c?
How can you invoke another program from within a C program?
Can main () be called recursively?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is else if ladder?
What are pragmas and what are they good for?