EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / deepak kumar dhurve
stdio.h => (standard Input Output Header File) generally used for Inonu Output and some standard function used in.
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is queue in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are header files and explain what are its uses in c programming?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is the difference between declaring a variable by constant keyword and #define ing that variable?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Suggesting that there can be 62 seconds in a minute?
What is the difference between variable declaration and variable definition in c?
What is the hardest programming language?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is int main () in c?
Is using exit() the same as using return?
What is a function in c?
Is array a primitive data type in c?