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 use of structure padding in c?
What are the 4 types of functions?
What is variable and explain rules to declare variable in c?
What is the condition that is applied with ?: Operator?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Place the #include statement must be written in the program?
Why C language is a procedural language?
What are the different types of linkage exist in c?
What are the different types of endless loops?
What library is sizeof in c?
string reverse using recursion
What is data structure in c programming?
What is wrong with this initialization?
number of times a digit is present in a number
Tell me is null always defined as 0(zero)?