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 / uma
ya its absolutely any where in the program
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference between arrays and pointers?
What is the difference between memcpy and memmove?
What is the explanation for cyclic nature of data types in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Which is best linux os?
Explain how can you avoid including a header more than once?
Explain the use of 'auto' keyword in c programming?
What is calloc() function?
Explain what is wrong with this program statement? Void = 10;
What is file in c language?
What are keywords in c with examples?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
what are # pragma staments?
List the different types of c tokens?
Simplify the program segment if X = B then C ← true else C ← false