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 / aruna.r

#include<stdio.h>
#include<conio.h>
void main()
{
char a[4];
int i;
clrscr();
printf("enter the charactor");
for(i=0;i<4;i++)
{
scanf("%c",&a[i]);
}
getch();
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is self-referential structure in c programming?

1189


how we can make 3d venturing graphics on outer interface

4802


Compare array data type to pointer data type

1003


What is the use of structure padding in c?

1049


how to write optimum code to divide a 50 digit number with a 25 digit number??

3251


What would be an example of a structure analogous to structure c?

979


What functions are used in dynamic memory allocation in c?

1060


What are the general description for loop statement and available loop types in c?

1107


What is exit() function?

1000


Explain the properties of union.

1068


What is the concatenation operator?

1133


Is it better to use malloc() or calloc()?

1093


Write a program of advanced Fibonacci series.

1132


How to write a code for reverse of string without using string functions?

2125


Why do we use pointer to pointer in c?

1065