Answer Posted / hr@tgksolutions.com
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
Tell me the use of bit field in c language?
What does the c preprocessor do?
What is use of bit field?
What are keywords c?
What is bubble sort in c?
Is it fine to write void main () or main () in c?
Explain how do you determine the length of a string value that was stored in a variable?
how to find anagram without using string functions using only loops in c programming
explain what is an endless loop?
What is a program?
How does placing some code lines between the comment symbol help in debugging the code?
Why is python slower than c?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Why does notstrcat(string, "!");Work?
What do you mean by a local block?