Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / rajen kumar
if main() is user define...then why not...we can't change
it's name ??
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why do we use & in c?
In which language linux is written?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is optimization in c?
What is the difference between formatted&unformatted i/o functions?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the best way of making my program efficient?
What does calloc stand for?
Where define directive used?
Explain how do you determine a file’s attributes?
What is enumerated data type in c?
What are the different types of pointers used in c language?
Explain which function in c can be used to append a string to another string?
What's the difference between constant char *p and char * constant p?
What are the header files used in c language?