which header file contains main() function in c?
Answer Posted / guruprasad
doesn't require any header file in function main(),
Because nothing else calls main. It is the entry point for
execution.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the modifiers available in c programming language?
What is an array? What the different types of arrays in c?
How can I get the current date or time of day in a c program?
What are the 4 data types?
How do I get a null pointer in my programs?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is the use of c language in real life?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Describe explain how arrays can be passed to a user defined function
What is linear search?
Do you know the purpose of 'register' keyword?
Where are c variables stored in memory?