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
What does 4d mean in c?
Why do we use int main?
What math functions are available for integers? For floating point?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Explain the ternary tree?
How is a macro different from a function?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain Function Pointer?
What is meant by realloc()?
What is d'n in c?
What does *p++ do? What does it point to?
What are the types of functions in c?
Write a program to find the biggest number of three numbers in c?
How do you list a file’s date and time?
Explain how do you determine the length of a string value that was stored in a variable?