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


Please Help Members By Posting Answers For Below Questions

What is queue in c?

759


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

872


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3522


What are header files and explain what are its uses in c programming?

844


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

837


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3013


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

882


Suggesting that there can be 62 seconds in a minute?

794


What is the difference between variable declaration and variable definition in c?

807


What is the hardest programming language?

900


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15435


What is int main () in c?

859


Is using exit() the same as using return?

924


What is a function in c?

1188


Is array a primitive data type in c?

792