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>
void main()
{
printf(" \"hai"\ ");
getch();
}

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you initialize pointer variables?

1031


Is anything faster than c?

969


How many keywords (reserve words) are in c?

1083


What is a built-in function in C?

1513


Can math operations be performed on a void pointer?

970


What are the different types of objects used in c?

972


Describe wild pointers in c?

1061


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

1067


How can I remove the leading spaces from a string?

1097


What is the most efficient way to count the number of bits which are set in an integer?

1001


Is there a way to jump out of a function or functions?

1028


What is the use of typedef in structure in c?

917


Why we use int main and void main?

1017


how to find anagram without using string functions using only loops in c programming

3134


Why cant I open a file by its explicit path?

989