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
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is const keyword in c?
Explain about block scope in c?
What standard functions are available to manipulate strings?
What are the scope of static variables?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is floating point constants?
Explain the meaning of keyword 'extern' in a function declaration.
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What are linker error?
What does malloc () calloc () realloc () free () do?
What is linear search?
What is the general form of #line preprocessor?
What are the salient features of c languages?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402