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 / manne ranjith

Using Macros we can solve this.

#include<stdio.h>
#include<conio.h>

#define manne main

void manne()
{
clrscr();
printf("HELLO WORLD\n");
getch();
}

Is This Answer Correct ?    27 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why header files are used?

1080


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1140


How can I swap two values without using a temporary?

1075


How do you define a string?

1060


What is c system32 taskhostw exe?

987


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

1188


Why C language is a procedural language?

989


What is build process in c?

1094


What would be an example of a structure analogous to structure c?

952


Write a program to reverse a given number in c?

996


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

1026


write a program to create a sparse matrix using dynamic memory allocation.

4855


Why do we need arrays in c?

1099


What happens if header file is included twice?

1099


What is external variable in c?

1020