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
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Tell us two differences between new () and malloc ()?
Explain what is a const pointer?
What are the differences between Structures and Arrays?
what is the syallabus of computer science students in group- 1?
How can you find the day of the week given the date?
What are loops in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is keyword with example?
How would you obtain the current time and difference between two times?
What the different types of arrays in c?
What is nested structure with example?
How is = symbol different from == symbol in c programming?
application attempts to perform an operation?
Explain what is the benefit of using enum to declare a constant?