Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / adesh
#define adesh(x,y) y##x
int adesh(in,ma) (void)
{
;
}
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Is c pass by value or reference?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Why c is a mother language?
What is the difference between local variable and global variable in c?
Why should I use standard library functions instead of writing my own?
Tell me is null always defined as 0(zero)?
What is the use of sizeof?
What is your stream meaning?
Is it fine to write void main () or main () in c?
What is the difference between procedural and functional programming?
What are the functions to open and close the file in c language?
What is meant by inheritance?
What is the role of this pointer?
What is the difference between a string and an array?