wap to print "hello world" without using the main function.
Answer Posted / niranjan vg
compile the above file using the following command
# gcc -nostartfiles <filename.c>
# ./a.out
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Is c high or low level?
How can I delete a file?
What is f'n in math?
Which driver is a pure java driver
C program to find all possible outcomes of a dice?
What is #define used for in c?
What are the disadvantages of a shell structure?
code for replace tabs with equivalent number of blanks
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is the deal on sprintf_s return value?
How will you find a duplicate number in a array without negating the nos ?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
How to throw some light on the b tree?
Explain the difference between exit() and _exit() function?
How can you find the exact size of a data type in c?