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
Why c is called procedure oriented language?
What is c programing language?
What is a c token and types of c tokens?
What is the use of pragma in embedded c?
Why c is called object oriented language?
What is void main ()?
Why main is used in c?
What language is c written?
What are high level languages like C and FORTRAN also known as?
Write a program to print fibonacci series without using recursion?
Do you know the difference between malloc() and calloc() function?
Do you know the use of fflush() function?
Between macros and functions,which is better to use and why?
How can I manipulate individual bits?
How is actual parameter different from the formal parameter?