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 you change name of main()?how?

Answer Posted / sindhu

#define my main()
my()
{
printf("hello frnz");
}

Is This Answer Correct ?    14 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How main function is called in c?

1168


What are header files in c programming?

1180


Explain the meaning of keyword 'extern' in a function declaration.

1208


What is meant by high-order and low-order bytes?

1102


What does 4d mean in c?

1561


What is data structure in c programming?

1129


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1339


Explain how do you list files in a directory?

1113


In C language what is a 'dangling pointer'?

1240


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

1360


What are header files and what are its uses in C programming?

1334


What is a far pointer in c?

1098


What is #error and use of it?

1346


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1102


Write a program to reverse a given number in c language?

1163