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

what are the advantages of a macro over a function?

1134


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

1118


Why does everyone say not to use gets?

1088


What is nested structure in c?

1049


Can one function call another?

1100


Explain what is the heap?

1047


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1301


What is the use of getch ()?

1064


Explain how do you search data in a data file using random access method?

1119


What is the process to generate random numbers in c programming language?

1160


Disadvantages of C language.

1087


What is difference between far and near pointers?

1024


What is the difference between c and python?

1155


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1140


Which function in C can be used to append a string to another string?

1204