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
Write a C program to count the number of email on text
What is the difference between the = symbol and == symbol?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is break in c?
What are local variables c?
What is pointer to pointer in c with example?
Do array subscripts always start with zero?
What should malloc(0) do?
What is meant by realloc()?
When the macros gets expanded?
What are the 3 types of structures?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Should I learn data structures in c or python?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Why doesnt long int work?