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 can you print HELLO WORLD without using "semicolon"?

Answer Posted / sivasankari

#include <stdio.h>

#define WEE puts( "Hello World!" );

int main( int argc, char * argv[] ) {
WEE

}

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of function toupper() with and example code?

1167


Can you assign a different address to an array tag?

1209


What is define c?

1154


how do you execute a c program in unix.

1154


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3560


Why we write conio h in c?

1077


Write a program to know whether the input number is an armstrong number.

1169


What are the Advantages of using macro

1215


Explain is it better to bitshift a value than to multiply by 2?

1246


Can you write the function prototype, definition and mention the other requirements.

1197


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1942


What are the types of pointers?

1183


What is header file in c?

1107


Difference between malloc() and calloc() function?

1266


Why malloc is faster than calloc?

1118