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 / nathan
any where in the program
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Do array subscripts always start with zero?
code for replace tabs with equivalent number of blanks
int far *near * p; means
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Explain how can I make sure that my program is the only one accessing a file?
What are data types in c language?
Who developed c language?
How main function is called in c?
What are external variables in c?
Tell us two differences between new () and malloc ()?
What are Macros? What are its advantages and disadvantages?
What is sizeof int in c?
What is the benefit of using const for declaring constants?