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
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is a nested loop?
Where can I get an ansi-compatible lint?
Mention four important string handling functions in c languages .
What is the purpose of clrscr () printf () and getch ()?
Are pointers integer?
What is the use of printf() and scanf() functions?
Does c have class?
Which node is more powerful and can handle local information processing or graphics processing?
Process by which one bit pattern in to another by bit wise operation is?
What is the use of the function in c?
Is c high or low level?
Why c is called top down?
How do you sort filenames in a directory?
How can you increase the size of a statically allocated array?