How can you print HELLO WORLD without using "semicolon"?

Answer Posted / m.manivel

#include<stdio.h>
int main()
{
switch(printf("hello world!))
return 0;
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are structural members?

574


What is function definition in c?

588


Can we assign string to char pointer?

588


What is a void * in c?

598


how could explain about job profile

1455






I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1740


Why is c so important?

597


What are the uses of a pointer?

683


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1432


How will you find a duplicate number in a array without negating the nos ?

1648


largest Of three Number using without if condition?

1009


How do you convert strings to numbers in C?

710


Write a program to show the change in position of a cursor using c

584


Explain the difference between the local variable and global variable in c?

605


What is hungarian notation? Is it worthwhile?

699