Answer Posted / surya bhagavan s
#include<stdio.h>
#include <unistd.h>
_start()
{
_exit(my_main());
}
int my_main(void)
{
printf("Hello\n");
return 42;
}
for compilation
gcc -o3 -nostartfiles example.c
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Explain data types & how many data types supported by c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
what is reason of your company position's in india no. 1.
What is #include conio h?
What is this infamous null pointer, anyway?
Why is c called a mid-level programming language?
How many levels of pointers can you have?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is variables in c?
What is %d called in c?
What is the difference between #include
Can we declare variables anywhere in c?
Give basis knowledge of web designing ...
Is it possible to have a function as a parameter in another function?
Why do we use stdio h and conio h?