Answer Posted / nashiinformaticssolutions
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
Can true be a variable name in c?
What are pointers? What are stacks and queues?
What are 'near' and 'far' pointers?
Is it possible to pass an entire structure to functions?
Explain how do you determine whether to use a stream function or a low-level function?
What does c mean in standard form?
How to declare pointer variables?
What are the types of i/o functions?
What is nested structure with example?
What is an auto keyword in c?
How can I make sure that my program is the only one accessing a file?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is sizeof int?
What is the difference between exit() and _exit() function?
Why & is used in scanf in c?