wap to print "hello world" without using the main function.
Answer Posted / abhradeep chatterjee
its not possible.
| Is This Answer Correct ? | 11 Yes | 19 No |
Post New Answer View All Answers
What are predefined functions in c?
C program to find all possible outcomes of a dice?
What is nested structure?
When should a far pointer be used?
What is build process in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain the difference between null pointer and void pointer.
In a switch statement, what will happen if a break statement is omitted?
How can I delete a file?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is scope rule in c?
Is r written in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is the use of ?