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

What does %f mean c?

1 Answers  


What Is The Difference Between Null And Void Pointer?

0 Answers   TCS,


What are valid operations on pointers?

0 Answers  


What is a const pointer in c?

0 Answers  


all c language question

0 Answers   Wipro,


Do array subscripts always start with zero?

0 Answers  


What is a string?

0 Answers  


What is the purpose of main() function?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


What is time complexity c?

0 Answers  


What is variable declaration and definition in c?

0 Answers  


Write a code on reverse string and its complexity.

0 Answers   Expedia,


Categories