How can you print HELLO WORLD without using "semicolon"?
Answer Posted / vinita khandavi
#include(stdio.h)
// Develped by vinita
void main()
{
if(printf("Hello world"))
{
}
}
| Is This Answer Correct ? | 32 Yes | 17 No |
Post New Answer View All Answers
What is d scanf?
What is 02d in c?
What is wild pointer in c?
What is s or c?
Can you explain the four storage classes in C?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Why do we use pointer to pointer in c?
Why use int main instead of void main?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are valid operations on pointers?
What is a nested loop?
What are the advantages and disadvantages of c language?
What is #define?
How old is c programming language?
Explain what are linked list?