write a program without using main function?

Answer Posted / raavi.swami

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

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by errors and debugging?

649


What are the types of i/o functions?

683


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1432


Why double pointer is used in c?

567


What are compound statements?

629






How can I implement a delay, or time a users response, with sub-second resolution?

625


What is #line used for?

581


What is multidimensional arrays

633


How can a program be made to print the line number where an error occurs?

652


List the different types of c tokens?

629


What oops means?

584


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1633


Explain #pragma statements.

604


Why is c called c?

630


How is actual parameter different from the formal parameter?

591