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 / aarti giri
last function in the program
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is pointer to pointer in c with example?
When should the const modifier be used?
Can you mix old-style and new-style function syntax?
What is the benefit of using const for declaring constants?
What is the symbol indicated the c-preprocessor?
Explain how can I convert a number to a string?
How can a program be made to print the name of a source file where an error occurs?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Differentiate between a for loop and a while loop? What are it uses?
Is null always equal to 0(zero)?
How do you define a function?
What is ponter?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is difference between structure and union with example?
What are the 5 types of inheritance in c ++?