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?

Answer Posted / shabeer v c

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

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

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain why c is faster than c++?

1124


I have seen function declarations that look like this

1093


Why is not a pointer null after calling free?

1073


write a program to create a sparse matrix using dynamic memory allocation.

4955


What is function prototype in c language?

1085


What are the types of unary operators?

1250


Tell me what are bitwise shift operators?

1172


What is the purpose of 'register' keyword in c language?

1074


If fflush wont work, what can I use to flush input?

1151


When should structures be passed by values or by references?

1082


Is c easier than java?

1124


What is the function of this pointer?

1453


Explain what is the difference between a free-standing and a hosted environment?

1236


What is variables in c?

1096


Write a program to print fibonacci series without using recursion?

1218