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

All technical questions

1921


List the difference between a "copy constructor" and a "assignment operator"?

957


Explain what is a static function?

1046


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1203


Is there any possibility to create customized header file with c programming language?

1002


What does %d do in c?

907


How do I convert a string to all upper or lower case?

1056


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1002


Explain the term printf() and scanf() used in c language?

998


What is variables in c?

983


What is the difference between malloc() and calloc() function in c language?

1028


Explain what are the standard predefined macros?

1070


How do I create a directory? How do I remove a directory (and its contents)?

1093


What is the difference between text and binary modes?

1123


What does 2n 4c mean?

1180