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
Give basis knowledge of web designing ...
What are volatile variables in c?
Which is better oop or procedural?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What are high level languages like C and FORTRAN also known as?
What is the process to generate random numbers in c programming language?
how to count no of words,characters,lines in a paragraph.
Are pointers really faster than arrays?
What is the translation phases used in c language?
What are the advantages of using linked list for tree construction?
write a program to find out prime number using sieve case?
Explain what are bus errors, memory faults, and core dumps?
What is the significance of an algorithm to C programming?
How a string is stored in c?
Apart from dennis ritchie who the other person who contributed in design of c language.