wap to print "hello world" without using the main function.
Answer Posted / smarty coder
Use pragma directive if you want to do something before
executing main function..
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain what are binary trees?
Write program to remove duplicate in an array?
What is infinite loop?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is getch c?
What is the purpose of sprintf?
Can we declare function inside main?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Does * p ++ increment p or what it points to?
Explain what is the heap?
What are file streams?
Explain c preprocessor?
What does c value mean?
Why do some versions of toupper act strangely if given an upper-case letter?
Explain logical errors? Compare with syntax errors.