Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / yogesh bansal
main is a system declared user defined function
| Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
What is the difference between pure virtual function and virtual function?
plz let me know how to become a telecom protocol tester. thank you.
Why malloc is faster than calloc?
formula to convert 2500mmh2o into m3/hr
Which is the memory area not included in C program? give the reason
How do I create a directory? How do I remove a directory (and its contents)?
Explain the use of 'auto' keyword
Difference between goto, long jmp() and setjmp()?
What does the file stdio.h contain?
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.
Why do we use header files in c?
Can we use visual studio for c?
What is bash c?
What is NULL pointer?
What is the difference between int main and void main in c?