write a “Hello World” program in “c” without using a semicolon?
Answer Posted / rajeev
int main()
{
if(printf("hello world"))
}
For if statement compiler does not expect semi colon.
Is This Answer Correct ? | 55 Yes | 18 No |
Post New Answer View All Answers
What are the similarities between c and c++?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Can a variable be both constant and volatile?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What are nested functions in c?
Can you please explain the scope of static variables?
What is printf () in c?
What is #line in c?
what does static variable mean?
where are auto variables stored? What are the characteristics of an auto variable?
How can I implement sets or arrays of bits?
How can I delete a file?
How do I read the arrow keys? What about function keys?
Explain what is the difference between functions abs() and fabs()?
What is register variable in c language?