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

Answer Posted / sandeep kumar yadav

fprintf(stdout,"Hello");

Is This Answer Correct ?    11 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are binary trees?

613


is it possible to create your own header files?

640


What is 'bus error'?

647


When can you use a pointer with a function?

568


Why we use int main and void main?

537






How important is structure in life?

590


Do you know the purpose of 'register' keyword?

642


Can I initialize unions?

594


What is an lvalue?

636


Hai what is the different types of versions and their differences

1491


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

623


Is c weakly typed?

579


What is meant by preprocessor in c?

536


What is ambagious result in C? explain with an example.

2057


What is main function in c?

551