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

Write a program to reverse a given number in c?

981


What is void c?

1013


Can an array be an Ivalue?

1055


Explain what standard functions are available to manipulate strings?

1025


If I have a char * variable pointing to the name of a function ..

1113


Differentiate between the = symbol and == symbol?

1208


When should we use pointers in a c program?

1081


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1651


Can we declare a function inside a function in c?

989


Why is #define used?

1229


What is this infamous null pointer, anyway?

988


How would you rename a function in C?

995


Write a code to remove duplicates in a string.

984


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1035


What is difference between array and pointer in c?

1027