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


Please Help Members By Posting Answers For Below Questions

Is c easy to learn?

768


Write a program to reverse a linked list in c.

891


What is the use of getchar() function?

883


What are external variables in c?

812


What is the best way to comment out a section of code that contains comments?

1101


What is the meaning of 2d in c?

851


Explain main function in c?

881


What does s c mean in text?

854


What is pointer to pointer in c?

883


Are the expressions * ptr ++ and ++ * ptr same?

884


What does. int *x[](); means ?

854


What are bitwise shift operators in c programming?

862


Is null a keyword in c?

955


Explain the ternary tree?

815


What are the different properties of variable number of arguments?

933