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

Answer Posted / mahesh

#include<stdio.h>
void main()
{
if(printf("Hello World"))
{
}

}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is C language being considered a middle level language?

851


What is the difference between constant pointer and constant variable?

970


code for replace tabs with equivalent number of blanks

1908


Explain the binary height balanced tree?

910


What does p mean in physics?

812


How do shell structures work?

795


What are qualifiers in c?

777


What is the use of define in c?

801


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2029


how to find anagram without using string functions using only loops in c programming

2940


What are the types of pointers in c?

742


List the difference between a "copy constructor" and a "assignment operator"?

778


Can we initialize extern variable in c?

872


what is the diffrenet bettwen HTTP and internet protocol

1593


What is the c language function prototype?

858