how to execute with out main in cprogram
Answer Posted / himanshu rajput
Sushil kumar is right.exactly this is being happened in that program.That program is also using main function by the reference of other name.so c program always requires main function and does'nt have any mean without main.
but we do'nt need to write clrscr() and getch() function to our program in latest compilers like as DEV-C++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we replace the struct function in tree syntax with a union?
Can we declare function inside main?
What is array in c with example?
Is a pointer a kind of array?
What's a good way to check for "close enough" floating-point equality?
Can you please explain the difference between syntax vs logical error?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is typedef struct in c?
What are integer variable, floating-point variable and character variable?
What is extern variable in c with example?
How to implement a packet in C
Explain logical errors? Compare with syntax errors.
Explain how can I convert a number to a string?
What does void main () mean?
What is the auto keyword good for?