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
What is wrong with this program statement?
Differentiate between new and malloc(), delete and free() ?
What is #error and use of it?
What does malloc () calloc () realloc () free () do?
What is the use of bit field?
Explain what is the benefit of using an enum rather than a #define constant?
What is extern variable in c with example?
What are the ways to a null pointer can use in c programming language?
Is c object oriented?
When was c language developed?
What is void main () in c?
What is a far pointer in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are the advantage of c language?