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
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Is c pass by value or reference?
What is ambagious result in C? explain with an example.
Why doesnt this code work?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is declaration and definition in c?
How do you declare a variable that will hold string values?
What are the main characteristics of c language describe the structure of ac program?
Explain what are its uses in c programming?
What is return in c programming?
what are enumerations in C
Why clrscr is used after variable declaration?
Why isnt any of this standardized in c?
Explain what are the advantages and disadvantages of a heap?