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
Explain what is page thrashing?
What is the hardest programming language?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
How can I implement sets or arrays of bits?
Can you apply link and association interchangeably?
What is #include stdio h and #include conio h?
What is getch() function?
What are the types of data files?
What does. int *x[](); means ?
write a program to print largest number of each row of a 2D array
Tell me what is null pointer in c?
What is meant by preprocessor in c?
What is the difference between functions abs() and fabs()?
List the difference between a "copy constructor" and a "assignment operator"?
Why can’t constant values be used to define an array’s initial size?