what is the function of .h in #include<stdio.h> in c ?
Answer Posted / mytri
.h is a header file which includes standard input and output
functions
| Is This Answer Correct ? | 112 Yes | 16 No |
Post New Answer View All Answers
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What are the 4 types of functions?
How do I get a null pointer in my programs?
What is zero based addressing?
What does *p++ do? What does it point to?
Is that possible to store 32768 in an int data type variable?
What is main () in c language?
a program that can input number of records and can view it again the record
what is the function of pragma directive in c?
How can I direct output to the printer?
What does static variable mean in c?
What 'lex' does?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain how many levels deep can include files be nested?
Where define directive used?