how to print "hai" in c?

Answers were Sorted based on User's Feedback



how to print "hai" in c?..

Answer / shabeer v c

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

Is This Answer Correct ?    0 Yes 5 No

how to print "hai" in c?..

Answer / maskfriend

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

Is This Answer Correct ?    1 Yes 7 No

how to print "hai" in c?..

Answer / manju

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

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More C Interview Questions

write a programe to find the factorial of given number using recursion

3 Answers  


c program to add and delete an element from circular queue using array

3 Answers  


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


pierrot's divisor program using c or c++ code

0 Answers  


Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  






Tell me what is null pointer in c?

0 Answers  


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


What is s or c?

0 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


How to add two numbers without using semicolon at runtime

2 Answers  


Give basis knowledge of web designing ...

0 Answers   HCL,


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


Categories