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 / uttam kumar das

#include<stdio.h>
#include<conio.h>
#define uttam main
uttam()
{
printf("hello world");
getch();
return 0;
}

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program which returns the first non repetitive character in the string?

1053


How can I find the modification date of a file?

1215


What is the purpose of realloc()?

1093


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2317


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

1056


Differentiate between new and malloc(), delete and free() ?

1133


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

2297


What are data types in c language?

1009


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

978


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

2144


Explain the difference between #include "..." And #include <...> In c?

981


What does double pointer mean in c?

1073


Define VARIABLE?

1104


When is a void pointer used?

1191


Are local variables initialized to zero by default in c?

982