Answer Posted / hr@tgksolutions.com
The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell us the use of fflush() function in c language?
Explain about the functions strcat() and strcmp()?
Why is c called c?
What does %d do in c?
What is the use of getch ()?
write a program in c language to print your bio-data on the screen by using functions.
What is a struct c#?
Was 2000 a leap year?
what is stack , heap ,code segment,and data segment
Why do we use header files in c?
What is the difference between struct and typedef struct in c?
Why do we use pointer to pointer in c?
How many data structures are there in c?
What is the difference between new and malloc functions?
What is a char in c?