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 to print "hai" in c?

Answers were Sorted based on User's Feedback



how to print "hai" in c?..

Answer / venkatachalam

printf("\"hai\"");

Is This Answer Correct ?    21 Yes 0 No

how to print "hai" in c?..

Answer / subha raman

main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}

Is This Answer Correct ?    12 Yes 0 No

how to print "hai" in c?..

Answer / harisharumalla

printf("\"hai"\");

Is This Answer Correct ?    5 Yes 4 No

how to print "hai" in c?..

Answer / anil kumar nahak

void main()
{
printf("\"hai\"");
}

Is This Answer Correct ?    0 Yes 0 No

how to print "hai" in c?..

Answer / vidhya lakshmi d

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

Is This Answer Correct ?    0 Yes 0 No

how to print "hai" in c?..

Answer / guest

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

Is This Answer Correct ?    5 Yes 6 No

how to print "hai" in c?..

Answer / shabeer v c

#include<stdio.h>
#include<conio.h>
void main()
{

printf(" \"hai");
printf(" \" ");
getch();
}

Is This Answer Correct ?    1 Yes 2 No

how to print "hai" in c?..

Answer / sanjay

printf("\hai"");

Is This Answer Correct ?    0 Yes 2 No

how to print "hai" in c?..

Answer / aruna.r

#include<stdio.h>
#include<conio.h>
void main()
{
char a[4];
int i;
clrscr();
printf("enter the charactor");
for(i=0;i<4;i++)
{
scanf("%c",&a[i]);
}
getch();
}

Is This Answer Correct ?    0 Yes 2 No

how to print "hai" in c?..

Answer / harish[nttf]

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

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More C Interview Questions

How do you define CONSTANT in C?

0 Answers   ADP,


What language is c written?

0 Answers  


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


What is indirection in c?

0 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


i need all types of question paper releted to "c" and other language.

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


what is the little endian and big endian?

1 Answers  


main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 Answers  


what is the difference between static variable and register variable?

3 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


Categories