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 / maskfriend
d.any where in the program. but it should declare after the
declaration of veriable where it starts execution of the
program
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is #line used for?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What are the advantages of using linked list for tree construction?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is calloc() function?
Explain how does free() know explain how much memory to release?
Explain how can you restore a redirected standard stream?
How can you increase the size of a statically allocated array?
Explain the difference between strcpy() and memcpy() function?
Write a program to print numbers from 1 to 100 without using loop in c?
What is the c language function prototype?
Differentiate between the expression “++a” and “a++”?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
develop algorithms to add polynomials (i) in one variable
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