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
What are operators in c?
Explain how can I right-justify a string?
Is c programming hard?
What is the difference between near, far and huge pointers?
What is meant by keywords in c?
What are the different types of constants?
What are keywords c?
What are pointers? What are stacks and queues?
please explain every phase in the "SDLC" in the dotnet.
Tell us the use of fflush() function in c language?
What is a memory leak? How to avoid it?
Explain how can you avoid including a header more than once?
write a proram to reverse the string using switch case?
What is nested structure?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference