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

print a "hello" word without using printf n puts in c language

Answer Posted / taz

ch[6]={'h','e','l','l','o','\0'};
i=0;
do
{
putchar(ch[i]);
i++;
}while(ch[i]!=NULL)

Is This Answer Correct ?    5 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of #include in c?

1220


List the different types of c tokens?

1120


What are examples of structures?

1184


What are the functions to open and close file in c language?

1260


What is indirection?

1148


What is the difference between %d and %i?

1144


What is the explanation for modular programming?

1267


Differentiate between static and dynamic modeling.

1182


Why is c called c?

1070


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

1134


What is keyword in c?

1061


When would you use a pointer to a function?

1092


What is void main ()?

1116


What is the best organizational structure?

1169


which is an algorithm for sorting in a growing Lexicographic order

1861