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 runtime error?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are terms in math?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is console in c language?
Explain how do you print an address?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the auto keyword good for?
When is a void pointer used?
How can you draw circles in C?
Differentiate between ordinary variable and pointer in c.
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Not all reserved words are written in lowercase. TRUE or FALSE?
Explain how can I convert a number to a string?
Explain the use of function toupper() with and example code?