Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

wap to print "hello world" without using the main function.

Answer Posted / nitish_bhasin

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

Is This Answer Correct ?    40 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a c token and types of c tokens?

1119


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2923


Find MAXIMUM of three distinct integers using a single C statement

1113


What are identifiers in c?

1238


How can I discover how many arguments a function was actually called with?

1112


What is the purpose of scanf() and printf() functions?

1297


What is the difference between malloc calloc and realloc in c?

1187


What is %g in c?

1120


Why c is called a middle level language?

1157


What are the different types of data structures in c?

1214


Give the rules for variable declaration?

1218


How can I trap or ignore keyboard interrupts like control-c?

1114


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2692


What does volatile do?

1034


Explain how can I right-justify a string?

1091