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?

Answers were Sorted based on User's Feedback



can you change name of main()?how?..

Answer / sindhu

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

Is This Answer Correct ?    14 Yes 7 No

can you change name of main()?how?..

Answer / srinivas aro

#deefine m main
m()
{
printf(" max computers ch.pet guntur disrtct A.P");
}

Is This Answer Correct ?    12 Yes 7 No

can you change name of main()?how?..

Answer / nithya

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

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

where can function pointers be used?

2 Answers  


Write a program that can show the multiplication table.

0 Answers   Student,


Is multithreading possible in c?

0 Answers  


What should malloc() do?

0 Answers  


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


Not all reserved words are written in lowercase. TRUE or FALSE?

0 Answers  


What is array of structure in c programming?

0 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


c program to compute AREA under integral

0 Answers   Infosys,


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


What do you mean by a local block?

0 Answers   InterGraph,


write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


Categories