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

Why c language?

636


What is the c language function prototype?

639


How do I read the arrow keys? What about function keys?

606


Compare interpreters and compilers.

633


What is action and transformation in spark?

585






What is file in c language?

572


What do you mean by scope of a variable in c?

536


Explain built-in function?

583


Are c and c++ the same?

623


What is the difference between constant pointer and constant variable?

740


Explain the use of keyword 'register' with respect to variables.

585


Can we declare a function inside a function in c?

574


What is a header file?

629


How many types of sorting are there in c?

600


Write a program of prime number using recursion.

609