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
Tell me what is the purpose of 'register' keyword in c language?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What are inbuilt functions in c?
Explain what is the difference between functions getch() and getche()?
what is the role you expect in software industry?
given post order,in order construct the corresponding binary tree
What is c preprocessor mean?
Is c is a high level language?
What is the use of sizeof?
Do you know pointer in c?
Why void main is used in c?
Why c language is called c?
How can I call fortran?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same