wap to print "hello world" without using the main function.
Answer Posted / thirupathi reddy
by using the comment lines we can get the output
| Is This Answer Correct ? | 7 Yes | 35 No |
Post New Answer View All Answers
When a c file is executed there are many files that are automatically opened what are they files?
Where static variables are stored in memory in c?
Can 'this' pointer by used in the constructor?
What are directives in c?
What are the advantages of Macro over function?
What is adt in c programming?
What is the difference between NULL and NUL?
What are near, far and huge pointers?
What is the difference between procedural and functional programming?
What does return 1 means in c?
How can I delete a file?
What is malloc() function?
Explain which function in c can be used to append a string to another string?
Explain how can I open a file so that other programs can update it at the same time?
What are the back slash character constants or escape sequence charactersavailable in c?