Answer Posted / sagar
In any C program, it must contain main function..........
So, it is not possible to run any program without main
function .......
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is C language ?
What are enumerated types?
What is the difference between fread and fwrite function?
Explain how can you avoid including a header more than once?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is operator promotion?
What are extern variables in c?
what is use of malloc and calloc?
How can I find out how much free space is available on disk?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What are the different file extensions involved when programming in C?
Why does the call char scanf work?
What is %d used for?
What is the scope of an external variable in c?