Answer Posted / glibwaresoftsolutions
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
What is the purpose of main() function?
Explain how can you tell whether a program was compiled using c versus c++?
When should you use a type cast?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is volatile variable in c with example?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is use of bit field?
what is the significance of static storage class specifier?
What standard functions are available to manipulate strings?
What is the difference between array_name and &array_name?
What are the types of i/o functions?
What is a file descriptor in c?
what are bit fields in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Place the #include statement must be written in the program?