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
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is the difference between far and near in c?
Can static variables be declared in a header file?
Explain what are multidimensional arrays?
Give differences between - new and malloc() , delete and free() ?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What are the advantages of using new operator as compared to the function malloc ()?
How do c compilers work?
Why is a semicolon (;) put at the end of every program statement?
Difference between MAC vs. IP Addressing
Can math operations be performed on a void pointer?
What is indirection in c?
What are data structures in c and how to use them?
Tell me what are bitwise shift operators?