How can you print HELLO WORLD without using "semicolon"?
Answer Posted / sivasankari
#include <stdio.h>
#define WEE puts( "Hello World!" );
int main( int argc, char * argv[] ) {
WEE
}
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are the benefits of organizational structure?
What is the use of putchar function?
List some of the static data structures in C?
Explain null pointer.
What is the meaning of && in c?
Why is a semicolon (;) put at the end of every program statement?
When should you use a type cast?
What is the importance of c in your views?
What are the disadvantages of a shell structure?
What does %d do?
what is a function method?give example?
What is dynamic dispatch in c++?
What are the two forms of #include directive?
What is array in c with example?