Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / narender vadhava
it's a inbuilt function but it don't return any value
because void is used to return a charachter value.
| Is This Answer Correct ? | 21 Yes | 67 No |
Post New Answer View All Answers
Explain what are multidimensional arrays?
What is meant by type casting?
Is c easy to learn?
What are the disadvantages of external storage class?
will u please send me the placement papers to my mail???????????????????
What is const keyword in c?
What is pass by reference in functions?
What is the use of getchar functions?
I have seen function declarations that look like this
Why is python slower than c?
What is default value of global variable in c?
why return type of main is not necessary in linux
What are data structures in c and how to use them?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is string in c language?