Answer Posted / gunda rajkumar
"userdefined" because we are writing the code for main()
or we are defining the boby for main()
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
In a switch statement, explain what will happen if a break statement is omitted?
What is the use of volatile?
What is structure packing in c?
What is the use of printf() and scanf() functions?
What is the scope of an external variable in c?
What is the easiest sorting method to use?
how should functions be apportioned among source files?
Tell us something about keyword 'auto'.
What is a header file?
What is the correct code to have following output in c using nested for loop?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
How can I change their mode to binary?
What are actual arguments?
Explain what are multidimensional arrays?
How many levels deep can include files be nested?