Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to print "Hi World" without using semi colon?

Answer Posted / saravana kumar

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

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1134


What is masking?

1215


Explain what is the heap?

1105


Write a program to print fibonacci series using recursion?

1135


Why should I use standard library functions instead of writing my own?

1319


Can you please explain the difference between strcpy() and memcpy() function?

1122


Explain why can’t constant values be used to define an array’s initial size?

1402


What is line in c preprocessor?

1103


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

1111


Is c object oriented?

1020


Between macros and functions,which is better to use and why?

2326


Write a program to print factorial of given number without using recursion?

1048


When we use void main and int main?

1131


Explain what is meant by 'bit masking'?

1270


What is the full form of getch?

1358