Answer Posted / vaibhav
no because every c prog. can compile from main function.
but when we write a code for creating a header file, we
cant use main function.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain can you assign a different address to an array tag?
What are the __date__ and __time__ preprocessor commands?
What are high level languages like C and FORTRAN also known as?
What is "Hungarian Notation"?
Explain what’s a signal? Explain what do I use signals for?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is the difference between NULL and NUL?
What does int main () mean?
How many levels of pointers can you have?
How can you allocate arrays or structures bigger than 64K?
What is character constants?
What is the Purpose of 'extern' keyword in a function declaration?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Can a void pointer point to a function?