wap to print "hello world" without using the main function.
Answer Posted / vignesh1988i
the basic format or the first executable code line is the
main function in C.... so if we try to print the anything
without main we are trying to modify the basic concepts of C
and this will not look nice....
thank u
| Is This Answer Correct ? | 20 Yes | 24 No |
Post New Answer View All Answers
What is p in text message?
What is the explanation for cyclic nature of data types in c?
Why doesn't C support function overloading?
FILE PROGRAMMING
c language interview questions & answer
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is the auto keyword good for?
What is the difference between break and continue?
How can you read a directory in a C program?
How can a process change an environment variable in its caller?
Are there any problems with performing mathematical operations on different variable types?
What is static volatile in c?
Can you subtract pointers from each other? Why would you?
Why clrscr is used in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.