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

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

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between constant pointer and constant variable?

1280


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1981


What is the difference between call by value and call by reference in c?

1212


Write a program to print ASCII code for a given digit.

1128


Write a program to print "hello world" without using a semicolon?

1120


Where are some collections of useful code fragments and examples?

1195


What are the uses of a pointer?

1198


When should the register modifier be used? Does it really help?

1009


How are strings stored in c?

1081


What is "Hungarian Notation"?

1169


How can I find the modification date and time of a file?

1126


What are the 32 keywords in c?

1140


Explain what does the format %10.2 mean when included in a printf statement?

1414


What is a good way to implement complex numbers in c?

1091


List the difference between a While & Do While loops?

1153