write a “Hello World” program in “c” without using a semicolon?
Answer Posted / saranya
int main()
{
if(printf("Hello world"))
{
}
}
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can a function argument have default value?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is break in c?
Describe newline escape sequence with a sample program?
What is %d called in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Explain data types & how many data types supported by c?
What are the keywords in c?
How does normalization of huge pointer works?
What is a volatile keyword in c?
Which one would you prefer - a macro or a function?
What are c preprocessors?
Explain what is #line used for?
What is c language used for?
what is use of malloc and calloc?