Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / rupali yadav
no
| Is This Answer Correct ? | 5 Yes | 21 No |
Post New Answer View All Answers
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
In C, What is the #line used for?
Why does everyone say not to use gets?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain what header files do I need in order to define the standard library functions I use?
what is the format specifier for printing a pointer value?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What are extern variables in c?
i want to know the procedure of qualcomm for getting a job through offcampus
Write a code to generate a series where the next element is the sum of last k terms.
What is a built-in function in C?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What are derived data types in c?
How to Throw some light on the splay trees?
What is getch() function?