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

What is else if ladder?

603


What are the header files used in c language?

580


Explain enumerated types.

595


How to establish connection with oracle database software from c language?

1669


How would you use the functions fseek(), freed(), fwrite() and ftell()?

697






Can we declare variables anywhere in c?

572


What is the difference between a string and an array?

701


Why we use int main and void main?

533


What language is c written?

572


What is a structure in c language. how to initialise a structure in c?

603


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1314


Who invented b language?

909


Differentiate abs() function from fabs() function.

588


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1066


What are header files in c programming?

651