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...

wap to print "hello world" without using the main function.

Answer Posted / vaibhav

@Deepika some correction:

#include<stdio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf("Hello World");
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by command line argument?

1228


Is a house a shell structure?

1215


Write a program to swap two numbers without using third variable in c?

1182


What are the advantages of using Unions?

1172


Do pointers store the address of value or the actual value of a variable?

1127


What are the header files used in c language?

1098


What do you mean by dynamic memory allocation in c?

1153


Here is a neat trick for checking whether two strings are equal

1075


Is c is a middle level language?

1126


What is function in c with example?

1230


What are the features of c languages?

1140


int far *near * p; means

3623


what is the difference between class and unio?

2418


What would be an example of a structure analogous to structure c?

1051


Write a function that will take in a phone number and output all possible alphabetical combinations

1101