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

How can I implement sets or arrays of bits?

596


Where in memory are my variables stored?

624


Are the expressions * ptr ++ and ++ * ptr same?

659


What is c language & why it is used?

572


Why shouldn’t I start variable names with underscores?

621






how could explain about job profile

1446


What are the main characteristics of c language describe the structure of ac program?

604


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

2743


Explain argument and its types.

591


Where local variables are stored in c?

550


Can you please explain the scope of static variables?

597


What are the rules for the identifier?

660


What are header files why are they important?

570


What is the difference between a string and an array?

701


How to establish connection with oracle database software from c language?

1667