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 / ningappa
any where in the program
| Is This Answer Correct ? | 81 Yes | 3 No |
Post New Answer View All Answers
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
There seem to be a few missing operators ..
Which built-in library function can be used to match a patter from the string?
What is restrict keyword in c?
What are different types of pointers?
What is %g in c?
What is the heap?
Who invented bcpl language?
How can I open files mentioned on the command line, and parse option flags?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is c++ used for today?
What is the meaning of && in c?
Explain what is wrong with this program statement?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is the heap in c?