What is the use of the #include directive?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
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 |
how to sort two array of characters and make a new array of characters.
What is main () in c?
Is null valid for pointers to functions?
How does variable declaration affect memory?
Which is better between malloc and calloc?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain the use of #pragma exit?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is action and transformation in spark?
how to swap four numbers without using fifth variable?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????