how to execute with out main in cprogram
Answer Posted / rina
any c program is not run without main function
main function is compalsary in c program
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is static memory allocation?
Why is %d used in c?
What are different types of variables in c?
When c language was developed?
What functions are used in dynamic memory allocation in c?
Why calloc is better than malloc?
What are multibyte characters?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Why c is called free form language?
Do you have any idea how to compare array with pointer in c?
Explain how do you sort filenames in a directory?
Describe the modifier in c?
Explain what are run-time errors?
Tell me what is the purpose of 'register' keyword in c language?
Why is c faster?