can you change name of main()?how?

Answer Posted / nithya

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

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of the functions?

600


What is union in c?

629


Write a program to check armstrong number in c?

631


Which header file is used for clrscr?

571


How do you redirect a standard stream?

618






What are the uses of null pointers?

588


What is the code in while loop that returns the output of given code?

1294


Are local variables initialized to zero by default in c?

543


What is the difference between typedef and #define?

535


How to create struct variables?

584


Is c is a middle level language?

591


What is getch c?

845


What is void pointers in c?

580


Why c language?

639


p*=(++q)++*--p when p=q=1 while(q<=6)

1264