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
what is the structure pointer?
How do we declare variables in c?
What is difference between array and structure in c?
What is 1f in c?
How does #define work?
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
What are the functions to open and close the file in c language?
What is a method in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
How can you invoke another program from within a C program?
What is the newline escape sequence?
What does c mean before a date?
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); } }
Difference between Shallow copy and Deep copy?
What is data structure in c and its types?