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


Please Help Members By Posting Answers For Below Questions

Explain logical errors? Compare with syntax errors.

631


How to delete a node from linked list w/o using collectons?

2089


i have a written test for microland please give me test pattern

2183


How many types of sorting are there in c?

614


What are header files and what are its uses in C programming?

638






Is malloc memset faster than calloc?

616


Is c weakly typed?

579


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1430


How can I get the current date or time of day in a c program?

652


Does c have function or method?

591


Is it cc or c in a letter?

567


Write a program to print factorial of given number without using recursion?

569


What is C language ?

1530


Ow can I insert or delete a line (or record) in the middle of a file?

576


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

700