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 program to print all permutations of a given string.

647


What are types of functions?

571


What is the general form of #line preprocessor?

592


What is the condition that is applied with ?: Operator?

667


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

681






Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2523


What is an lvalue?

638


Can an array be an Ivalue?

668


How does free() know explain how much memory to release?

621


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1123


what is the structure pointer?

1648


What are 3 types of structures?

596


What is data structure in c and its types?

598


What is a string?

670


what is the difference between class and unio?

1866