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 external variable in c?
What is the role of this pointer?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is static and volatile in c?
What does d mean?
Is there any data type in c with variable size?
Explain how can you determine the size of an allocated portion of memory?
What is the benefit of using an enum rather than a #define constant?
What do you know about the use of bit field?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
How a string is stored in c?
difference between object file and executable file
What is the use of function overloading in C?
Explain what happens if you free a pointer twice?