write a program without using main function?

Answer Posted / siva koratani

#include<stdio.h>
#define begin m##a##i##n
void begin()
{
printf("Hello");
}

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I read data from data files with particular formats?

814


What is the use of putchar function?

834


Difference between Shallow copy and Deep copy?

1784


What does stand for?

833


Explain why can’t constant values be used to define an array’s initial size?

1100


How many keywords (reserve words) are in c?

803


Explain what is the difference between functions getch() and getche()?

794


What is use of bit field?

1007


What is static volatile in c?

751


What is file in c language?

778


Explain what are linked list?

804


Explain the use of #pragma exit?

909


How do you do dynamic memory allocation in C applications?

829


What is call by reference in functions?

881


What is the best way to store flag values in a program?

786