How can you print HELLO WORLD without using "semicolon"?
Answer Posted / m.manivel
#include<stdio.h>
int main()
{
switch(printf("hello world!))
return 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you check to see whether a symbol is defined?
What happens if a header file is included twice?
What is property type c?
what is the role you expect in software industry?
What are the types of unary operators?
What is a memory leak? How to avoid it?
What is a macro?
When was c language developed?
How can a program be made to print the name of a source file where an error occurs?
What is putchar() function?
Explain how do you use a pointer to a function?
Explain what are run-time errors?
What is the best organizational structure?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
C program to find all possible outcomes of a dice?