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 / mathan
a.the first functioon in the program
| Is This Answer Correct ? | 3 Yes | 24 No |
Post New Answer View All Answers
Create a simple code fragment that will swap the values of two variables num1 and num2.
Can we access array using pointer in c language?
What is include directive in c?
What is wrong with this code?
How do you list files in a directory?
What's the best way of making my program efficient?
How can you allocate arrays or structures bigger than 64K?
How can I get back to the interactive keyboard if stdin is redirected?
What is oops c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Tell us two differences between new () and malloc ()?
What are the back slash character constants or escape sequence charactersavailable in c?
What is the difference between abs() and fabs() functions?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Why is structure padding done in c?