Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / valli
just compile as
cc -nostartfiles main.c
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
write a program for the normal snake games find in most of the mobiles.
What is structure padding in c?
By using C language input a date into it and if it is right?
What is the difference between new and malloc functions?
What is a scope resolution operator in c?
What are pointers? What are stacks and queues?
When should a far pointer be used?
Differentiate between functions getch() and getche().
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is strcpy() function?
How to establish connection with oracle database software from c language?
how to count no of words,characters,lines in a paragraph.
how logic is used
What is the method to save data in stack data structure type?