EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / priti ranjan panda
stdio.h => (standard Input Output Header File) generally used for Inonu Output and some standard function used in.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write a program to identify if a given binary tree is balanced or not.
Explain what is meant by high-order and low-order bytes?
What is pass by reference in functions?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain continue keyword in c
Explain what are its uses in c programming?
How will you write a code for accessing the length of an array without assigning it to another variable?
In C language, a variable name cannot contain?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Are pointers integer?
What are the types of type specifiers?
Explain what is the difference between a free-standing and a hosted environment?
What is indirection in c?
What is the purpose of the statement: strcat (S2, S1)?
What is c system32 taskhostw exe?