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


Please Help Members By Posting Answers For Below Questions

What is the translation phases used in c language?

640


Why shouldn’t I start variable names with underscores?

629


What is the condition that is applied with ?: Operator?

667


diff between exptected result and requirement?

1599


What are the 5 elements of structure?

575






program for reversing a selected line word by word when multiple lines are given without using strrev

1951


What is the difference between char array and char pointer?

530


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2378


What are the two types of functions in c?

575


Explain modulus operator.

601


Explain what is a 'locale'?

587


Compare and contrast compilers from interpreters.

684


In a header file whether functions are declared or defined?

633


How to get string length of given string in c?

611


What is #define used for in c?

618