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

What are header files and what are its uses in C programming?

638


Explain the difference between ++u and u++?

640


Explain #pragma statements.

604


How is pointer initialized in c?

587


what is the different bitween abap and abap-hr?

1744






Create a simple code fragment that will swap the values of two variables num1 and num2.

813


What is wild pointer in c with example?

576


What are # preprocessor operator in c?

632


What does the c in ctime mean?

569


What is a void * in c?

597


How do we print only part of a string in c?

587


What is the significance of an algorithm to C programming?

596


What does c mean?

588


What are the 5 types of inheritance in c ++?

586


What is an example of structure?

588