EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / k.naresh
those are called header files
it have some pre compiled functions
in that basis we can use in the program to get
afficient result
stdio.h means that standrad input and output function it having
and then
conio.h means that console input and output function sit having
| Is This Answer Correct ? | 66 Yes | 9 No |
Post New Answer View All Answers
What is a function in c?
What is const keyword in c?
What is the use of sizeof () in c?
What is static volatile in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is c mainly used for?
Why c is known as a mother language?
What is use of integral promotions in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How are strings stored in c?
What is array of structure in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is operator precedence?
how to build a exercise findig min number of e heap with list imlemented?
Which header file should you include if you are to develop a function which can accept variable number of arguments?