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
Explain what’s a signal? Explain what do I use signals for?
Can you please explain the difference between exit() and _exit() function?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What does it mean when the linker says that _end is undefined?
What is the full form of getch?
What is the purpose of void pointer?
What are control structures? What are the different types?
How important is structure in life?
If you know then define #pragma?
Explain what math functions are available for integers? For floating point?
What is an array in c?
Does free set pointer to null?
What does malloc () calloc () realloc () free () do?
Differentiate fundamental data types and derived data types in C.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?