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

can we write a c program with out using main

Answer Posted / arun kumar

#include<stdio.h>
#include<conio.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 ARUN");
getch();
}

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of sorting are there in c?

1111


How can I write a function analogous to scanf?

1224


Why do we need functions in c?

1080


How important is structure in life?

1143


What do you understand by friend-functions? How are they used?

1250


Explain how can I prevent another program from modifying part of a file that I am modifying?

1138


explain what is a newline escape sequence?

1132


What are run-time errors?

1172


Explain what are multidimensional arrays?

1120


what is different between auto and local static? why should we use local static?

1169


What is a function simple definition?

1157


Can you please explain the difference between syntax vs logical error?

1238


Is register a keyword in c?

1080


Explain what is the difference between functions getch() and getche()?

1108


Why does everyone say not to use gets?

1196