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

Is c still used?

589


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

567


Write the Program to reverse a string using pointers.

607


Explain how does free() know explain how much memory to release?

561


What is a example of a variable?

537






What is the difference between declaring a variable by constant keyword and #define ing that variable?

2679


What is a structure in c language. how to initialise a structure in c?

595


Write a program to swap two numbers without using third variable in c?

603


How can I direct output to the printer?

800


Differentiate between declaring a variable and defining a variable?

596


Explain what header files do I need in order to define the standard library functions I use?

641


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1891


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

968


What kind of structure is a house?

542


Write a program of prime number using recursion.

607