Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / suyash kumar singh
main() is user Defined funtion
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of getch ()?
Define VARIABLE?
What is a wrapper function in c?
What are the main characteristics of c language describe the structure of ac program?
What is register variable in c language?
Why isn't it being handled properly?
What are the back slash character constants or escape sequence charactersavailable in c?
Explain what is page thrashing?
write a program to create a sparse matrix using dynamic memory allocation.
What is "Duff's Device"?
Why c is procedure oriented?
What are near, far and huge pointers?
What is an array? What the different types of arrays in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Define macros.