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
Can we declare a function inside a function in c?
What are static variables in c?
When the macros gets expanded?
Give me the code of in-order recursive and non-recursive.
What does. int *x[](); means ?
What is the value of uninitialized variable in c?
How can I split up a string into whitespace-separated fields?
What are disadvantages of C language.
Explain what is the difference between #include and #include 'file' ?
How can variables be characterized?
write a program to generate address labels using structures?
What is the difference between arrays and pointers?
Can you think of a logic behind the game minesweeper.
What is the condition that is applied with ?: Operator?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(