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


Please Help Members By Posting Answers For Below Questions

what is the structure pointer?

1873


How do we declare variables in c?

813


What is difference between array and structure in c?

810


What is 1f in c?

2315


How does #define work?

854


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3954


What are the functions to open and close the file in c language?

820


What is a method in c?

835


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1763


How can you invoke another program from within a C program?

834


What is the newline escape sequence?

854


What does c mean before a date?

863


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2282


Difference between Shallow copy and Deep copy?

1805


What is data structure in c and its types?

834