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 / arava krishnaveni
any where in the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
C language questions for civil engineering
Why is event driven programming or procedural programming, better within specific scenario?
What is difference between structure and union in c programming?
What is the difference between class and object in c?
Where in memory are my variables stored?
How can I open a file so that other programs can update it at the same time?
What is omp_num_threads?
What is the hardest programming language?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
difference between object file and executable file
Is a house a shell structure?
What are the ways to a null pointer can use in c programming language?
Can you assign a different address to an array tag?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Is there any demerits of using pointer?