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

Answer Posted / ricky

fputs("Hello",stdout)

Is This Answer Correct ?    4 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between the expression '++a' and 'a++'?

620


Where does the name "C" come from, anyway?

632


What is printf () in c?

574


write a program in c language to print your bio-data on the screen by using functions.

6239


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

1483






Write a program to print all permutations of a given string.

636


Why is c still so popular?

606


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

680


Which is the best website to learn c programming?

571


Explain about the functions strcat() and strcmp()?

594


What is wild pointer in c with example?

568


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

659


Explain c preprocessor?

673


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1895


how do you execute a c program in unix.

630