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 / manju
d.any where in the program
because the execution of a program begins from the main
function.it doesn't consider the place where the main
function written.
Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
write a program to find out prime number using sieve case?
What is difference between Structure and Unions?
What is wrong with this program statement?
Can we access array using pointer in c language?
What are the types of c language?
What is the value of h?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is a scope resolution operator in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
while initialization of array why we use a[][2] why not a[2][]...?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Are there namespaces in c?
Which one would you prefer - a macro or a function?
Why c is known as a mother language?
Explain the difference between the local variable and global variable in c?