write a “Hello World” program in “c” without using a semicolon?
Answer Posted / saranya
void main()
{
if(printf("hello world"))
{
}
}
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Explain can you assign a different address to an array tag?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Write a program which returns the first non repetitive character in the string?
Explain what is the difference between the expression '++a' and 'a++'?
What is new line escape sequence?
Why clrscr is used in c?
what is uses of .net
What is the purpose of realloc()?
How can I split up a string into whitespace-separated fields?
Is using exit() the same as using return?
What is the function of volatile in c language?
How can I remove the trailing spaces from a string?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Tell me about low level programming languages.