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

2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above

4 Answers   Siemens,


Tell us bitwise shift operators?

0 Answers  


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

0 Answers   RBI,


write a program to print data of 5 five students with structures?

0 Answers  


what are enumerations in C

0 Answers   TCS,


how to add two numbers without using arithmetic operators?

4 Answers  


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


what is pointer?

4 Answers  


What Is The Difference Between Null And Void Pointer?

0 Answers   TCS,


How will you find a duplicate number in a array without negating the nos ?

0 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


What are structures and unions? State differencves between them.

0 Answers   iNautix,


Categories