How can you print HELLO WORLD without using "semicolon"?
Answer Posted / prakash
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf(hello world))
{
getch();
}
}
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What do you understand by normalization of pointers?
How is pointer initialized in c?
What are the properties of union in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What the different types of arrays in c?
When is the “void” keyword used in a function?
Tell me what is null pointer in c?
What does the file stdio.h contain?
Explain built-in function?
Is javascript written in c?
What does %d do in c?
What is restrict keyword in c?
Explain the term printf() and scanf() used in c language?
What is a program flowchart?
i have a written test for microland please give me test pattern