How can you print HELLO WORLD without using "semicolon"?
Answer Posted / gganesh
#include<stdio.h>
void main()
{
if(printf("Hello world"))
{
}
}
| Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is the difference between a function and a method in c?
What is an array? What the different types of arrays in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the difference between NULL and NUL?
What does s c mean in text?
When is a void pointer used?
Are global variables static in c?
Which node is more powerful and can handle local information processing or graphics processing?
What is a structure member in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What are qualifiers in c?
What is 1f in c?
What is static and volatile in c?
What is the difference between c and python?