Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / katrina
main shouldnt be written in c programming but infact it is
main()
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Suggesting that there can be 62 seconds in a minute?
When do we get logical errors?
What will the preprocessor do for a program?
What are the types of macro formats?
Are the outer parentheses in return statements really optional?
Explain do array subscripts always start with zero?
What does the error message "DGROUP exceeds 64K" mean?
What is structure and union in c?
What is the condition that is applied with ?: Operator?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
what do the 'c' and 'v' in argc and argv stand for?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Write a code to generate a series where the next element is the sum of last k terms.
I need testPalindrome and removeSpace
#include
Explain what are the advantages and disadvantages of a heap?