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
What is a void pointer in c?
Is multithreading possible in c?
what is uses of .net
What is "Duff's Device"?
Is there a way to jump out of a function or functions?
What is a header file?
explain what is a newline escape sequence?
What is the purpose of scanf() and printf() functions?
Do you know pointer in c?
What are data types in c language?
How can I find the modification date and time of a file?
Is main an identifier in c?
Explain how can I convert a string to a number?
What are the types of data types and explain?
What is an lvalue in c?