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
Write a program that accept anumber in words
Differentiate between a for loop and a while loop? What are it uses?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Lists the benefits of c programming language?
What is wrong with this code?
What is the stack in c?
Explain how can type-insensitive macros be created?
What is the significance of scope resolution operator?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Are the expressions * ptr ++ and ++ * ptr same?
What is main return c?
Difference between strcpy() and memcpy() function?
Differentiate between null and void pointers.
What is ponter?
What is the function of volatile in c language?