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...


how can i print "hello"

Answers were Sorted based on User's Feedback



how can i print "hello"..

Answer / diwakar prasad singh

#include<stdio.h>
main()
{
printf("hello");
}

Is This Answer Correct ?    7 Yes 4 No

how can i print "hello"..

Answer / ajithbalaji

Both r wrong


#include<stdio.h>
#include<conio.h>
void main()
{
printf("\"hello\"");
getch();
}

Is This Answer Correct ?    5 Yes 2 No

how can i print "hello"..

Answer / vijay kumar tiwari

#include<iostream.h>
main()
{
cout<<"hello";
}

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More C Interview Questions

Is there any demerits of using pointer?

0 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


What is spaghetti programming?

0 Answers  


Why can't I perform arithmetic on a void* pointer?

0 Answers  


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


Why malloc is faster than calloc?

0 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


Explain command-line arguments in C.

1 Answers  


What is a newline escape sequence?

0 Answers  


What is 'bus error'?

0 Answers  


Categories