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 / guest
d. any where in the program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Why can’t we compare structures?
Is it better to use malloc() or calloc()?
What are the different types of endless loops?
Explain how do you sort filenames in a directory?
What is meant by 'bit masking'?
What is the difference between text and binary i/o?
Explain enumerated types in c language?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Who invented b language?
What are the advantages and disadvantages of pointers?
What are the advantages of union?
Explain what is the difference between far and near ?
Write a program to print fibonacci series using recursion?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
what is the basis for selection of arrays or pointers as data structure in a program