what is the function of .h in #include<stdio.h> in c ?
Answer Posted / khaja
.h is an extension for i/o .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between union and structure in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the use of a semicolon (;) at the end of every program statement?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Why we use break in c?
What is the g value paradox?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What does the c in ctime mean?
What is structure padding in c?
What is equivalent to ++i+++j?
pierrot's divisor program using c or c++ code
What is data type long in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is indirection? How many levels of pointers can you have?