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
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How will you find a duplicate number in a array without negating the nos ?
how to build a exercise findig min number of e heap with list imlemented?
What is function prototype in c with example?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
How does pointer work in c?
What is the size of enum in bytes?
What's the difference between constant char *p and char * constant p?
Do you know the use of 'auto' keyword?
can anyone suggest some site name..where i can get some good data structure puzzles???
What are the restrictions of a modulus operator?
What does d mean?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
how logic is used