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 / jitender mahender
the first function in the program.
| Is This Answer Correct ? | 8 Yes | 32 No |
Post New Answer View All Answers
what are the advantages of a macro over a function?
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 is signed and unsigned?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
How can you read a directory in a C program?
When should the register modifier be used? Does it really help?
What is a memory leak? How to avoid it?
code for quick sort?
Why does everyone say not to use scanf? What should I use instead?
What is storage class?
What is a function simple definition?
What is the function of volatile in c language?
Is that possible to add pointers to each other?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is c value paradox explain?