Answer Posted / sagar
In any C program, it must contain main function..........
So, it is not possible to run any program without main
function .......
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is a #include preprocessor?
What are Macros? What are its advantages and disadvantages?
How can type-insensitive macros be created?
What is the newline escape sequence?
What are the salient features of c languages?
What is FIFO?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is the use of a static variable in c?
What is the equivalent code of the following statement in WHILE LOOP format?
is it possible to create your own header files?
What are the advantages of union?
What is sizeof int?
What is a pointer value and address in c?
What are header files why are they important?