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
How can I read in an object file and jump to locations in it?
What is static memory allocation? Explain
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Explain how do you list a file’s date and time?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the difference between test design and test case design?
formula to convert 2500mmh2o into m3/hr
Explain how many levels deep can include files be nested?
What is static identifier?
Which function in C can be used to append a string to another string?
Explain what is the benefit of using enum to declare a constant?
What is the return type of sizeof?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What are types of functions?
What is && in c programming?