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 is structure padding in c?
What is c value paradox explain?
Can a program have two main functions?
Explain a pre-processor and its advantages.
Give basis knowledge of web designing ...
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the use of a conditional inclusion statement in C?
Can we add pointers together?
Is c easier than java?
Why pointers are used in c?
How is a structure member accessed?
Distinguish between actual and formal arguments.
What is atoi and atof in c?
In c programming language, how many parameters can be passed to a function ?