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
What is meant by errors and debugging?
What is an lvalue in c?
What is data structure in c and its types?
Who is the main contributor in designing the c language after dennis ritchie?
C language questions for civil engineering
Did c have any year 2000 problems?
What are the types of pointers in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is variables in c?
How arrays can be passed to a user defined function
Calculate 1*2*3*____*n using recursive function??
What is the explanation for prototype function in c?
What is the heap?
Explain a file operation in C with an example.
Write programs for String Reversal & Palindrome check