write a “Hello World” program in “c” without using a semicolon?

Answer Posted / bitan

int main(){
if(printf("Hello World")){}
}

Is This Answer Correct ?    35 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is #define used?

885


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3794


What is the difference between c &c++?

736


What is the advantage of an array over individual variables?

845


What are the application of c?

741






Is null valid for pointers to functions?

719


Why void is used in c?

666


Is there any data type in c with variable size?

738


What is c standard library?

783


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1565


what will be the output for the following main() { printf("hi" "hello"); }

9708


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

674


What is the difference between Printf(..) and sprint(...) ?

894


List some basic data types in c?

655


What is meant by type specifiers?

765