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
Is c easy to learn?
Write a program to reverse a linked list in c.
What is the use of getchar() function?
What are external variables in c?
What is the best way to comment out a section of code that contains comments?
What is the meaning of 2d in c?
Explain main function in c?
What does s c mean in text?
What is pointer to pointer in c?
Are the expressions * ptr ++ and ++ * ptr same?
What does. int *x[](); means ?
What are bitwise shift operators in c programming?
Is null a keyword in c?
Explain the ternary tree?
What are the different properties of variable number of arguments?