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 / amala v
anywhere in the program
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is #error and use of it?
Where define directive used?
Differentiate between Macro and ordinary definition.
What is the use of clrscr?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
How many data structures are there in c?
What is data types?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
what are bit fields? What is the use of bit fields in a structure declaration?
What is structure data type in c?
What are static variables in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How many types of errors are there in c language? Explain
What are # preprocessor operator in c?
What is a const pointer?