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
Can variables be declared anywhere in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Why do we need a structure?
What is the size of empty structure in c?
What is the default value of local and global variables in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How can I generate floating-point random numbers?
How can you increase the size of a dynamically allocated array?
Explain 'bit masking'?
What is optimization in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
The difference between printf and fprintf is ?
What does sizeof int return?
In c language can we compile a program without main() function?
What is void main () in c?