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
Do you know the difference between exit() and _exit() function in c?
When is a “switch” statement preferable over an “if” statement?
What is a header file?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Is it possible to initialize a variable at the time it was declared?
How would you obtain the current time and difference between two times?
Do pointers need to be initialized?
How do you define a string?
How many types of operators are there in c?
can we change the default calling convention in c if yes than how.........?
simple program of graphics and their output display
Write a C program to count the number of email on text
What is difference between constant pointer and constant variable?
What is the purpose of the preprocessor directive error?
What are the types of pointers in c?