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.

Answers were Sorted based on User's Feedback



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

Answer / raghuram

To display "hello world"

printf("\"hello world\"");

Is This Answer Correct ?    5 Yes 57 No

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

Answer / guest

#include<stdio.h>
#include<conio.h>
printf("hello world");

Is This Answer Correct ?    3 Yes 62 No

Post New Answer

More C Interview Questions

Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


What is a loop?

0 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


main() { int a = 65; printf(ā€œ%d %o %xā€,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


What do you mean by dynamic memory allocation in c?

0 Answers  


print out of string in this format; 1. "rajesh" 2. \n 3. %d

5 Answers   mpower,


Do you know the purpose of 'register' keyword?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


what is pointer ?

10 Answers   Kernex Micro Systems,


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Is array a primitive data type in c?

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


Categories