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

Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5361


What will be the outcome of the following conditional statement if the value of variable s is 10?

1051


Why pointers are used?

830


What is difference between structure and union?

857


What is difference between union and structure in c?

779


Explain what does a function declared as pascal do differently?

915


When we use void main and int main?

813


Write a C program to count the number of email on text

1651


How can you pass an array to a function by value?

833


What is the use of header?

829


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2352


What is the auto keyword good for?

823


Are bit fields portable?

899


What are volatile variables in c?

695


What do you mean by c?

783