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
What is the difference between #include and #include 'file' ?
What are keywords in c with examples?
Describe explain how arrays can be passed to a user defined function
How many data structures are there in c?
explain what is an endless loop?
Explain About fork()?
What is the main difference between calloc () and malloc ()?
all c language question
Is there any demerits of using pointer?
What is const keyword in c?
Explain union.
Explain what are compound statements?
What is modifier & how many types of modifiers available in c?
What is c programing language?
How do we make a global variable accessible across files? Explain the extern keyword?