how to execute with out main in cprogram

Answer Posted / rupesh

#include<stdio.h>
#define hello main

void hello()
{
printf(" HIIIII ");
}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of functions are there in c?

576


about c language

1587


What is pass by reference in c?

601


Can an array be an Ivalue?

657


Define VARIABLE?

679






What is the general form of a C program?

590


What are bitwise shift operators in c programming?

632


What are pointers in C? Give an example where to illustrate their significance.

737


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

715


can we implement multi-threads in c.

653


Why isn't it being handled properly?

632


What are compound statements?

618


Implement bit Array in C.

666


Calculate 1*2*3*____*n using recursive function??

1505


application attempts to perform an operation?

1482