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 does & mean in scanf?
Explain what is the stack?
What is far pointer in c?
What is boolean in c?
What are header files and explain what are its uses in c programming?
Why is %d used in c?
What are the key features in c programming language?
What is the difference between #include and #include 'file' ?
When should we use pointers in a c program?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What are the types of c language?
Are global variables static in c?
Does c have circular shift operators?
Write a simple code fragment that will check if a number is positive or negative.
What is string length in c?