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

What is function prototype in c language?

692


What is cohesion and coupling in c?

682


What is s or c?

692


What’s the special use of UNIONS?

749


How is a pointer variable declared?

692






why return type of main is not necessary in linux

1789


What is the advantage of a random access file?

737


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

890


What is .obj file in c?

738


How do I create a directory? How do I remove a directory (and its contents)?

699


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

1731


Why should I prototype a function?

731


What is a string?

753


How can I run c program?

804


Is c++ based on c?

748