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

Answer Posted / saranya

int main()
{
if(printf("Hello world"))
{

}

}

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

6323


Which are low level languages?

866


What is #define used for in c?

839


How do you print an address?

1006


what do u mean by Direct access files? then can u explain about Direct Access Files?

1871


Write a program for Overriding.

946


What is the meaning of ?

834


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

864


Define C in your own Language.

853


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1691


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

938


code for find determinent of amatrix

1756


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1413


Is c procedural or functional?

811


What does the file stdio.h contain?

836