how to execute with out main in cprogram
Answer Posted / rishabh
dude how it worked!!!!!!!
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain what are its uses in c programming?
What is union and structure in c?
How can I pad a string to a known length?
What is the correct declaration of main?
How does selection sort work in c?
Explain how do you print an address?
How many types of arrays are there in c?
What is cohesion and coupling in c?
Tell us two differences between new () and malloc ()?
How can I change their mode to binary?
Explain about the functions strcat() and strcmp()?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is structure pointer in c?
What is I ++ in c programming?