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

write a program without using main function?

Answer Posted / raavi.swami

#include<stdio.h>
#define begin main
void begin()
{
printf("Hello");
}

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define recursion in c.

1344


Is a pointer a kind of array?

1243


What is build process in c?

1202


What is void pointers in c?

1063


Explain the advantages and disadvantages of macros.

1140


Write a program to show the change in position of a cursor using c

1122


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1753


In c programming language, how many parameters can be passed to a function ?

1166


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

1285


Differentiate between a structure and a union.

1329


What is array in C

1208


How would you rename a function in C?

1083


Explain how can I right-justify a string?

1091


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1125


What is && in c programming?

1221