wap to print "hello world" without using the main function.
Answer Posted / kk
And some deserts for Mr. Vignesh1988i ..
For your kind attention sir.. Method main() is not the first
line in any executable... Have you ever heard of
initialization??
Yes you can say what ever the developer writes in any
program starts in main()..
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
what is event driven software and what is procedural driven software?
How can I sort a linked list?
What is exit() function?
What is the use of structure padding in c?
What is union in c?
What is extern c used for?
Explain what is wrong in this statement?
Can include files be nested? How many levels deep can include files be nested?
What are the three constants used in c?
Is c procedural or functional?
What kind of structure is a house?
Place the #include statement must be written in the program?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are the advantages of external class?
Why should I use standard library functions instead of writing my own?