EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>

Answer Posted / sevak.yatrik777

<stdio.h> is a standard header which works with any C
compiler which adheres to the C standard.

<conio.h.> is Borland abomination which should be avoided
like the plague as it's non-standard and non-portable.

Is This Answer Correct ?    14 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is int a keyword in c?

559


explain what is a newline escape sequence?

692


What do you mean by keywords in c?

632


Write a progarm to find the length of string using switch case?

1616


How to establish connection with oracle database software from c language?

1681






When can you use a pointer with a function?

574


Describe the modifier in c?

610


What are inbuilt functions in c?

562


Why double pointer is used in c?

573


Explain the Difference between the New and Malloc keyword.

690


What oops means?

588


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1637


What is #include in c?

604


I have seen function declarations that look like this

606


When should you use a type cast?

595