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
Is it possible to pass an entire structure to functions?
In which layer of the network datastructure format change is done
What is the difference between Printf(..) and sprint(...) ?
Explain About fork()?
Explain what math functions are available for integers? For floating point?
What does c mean in basketball?
Can a pointer be volatile in c?
Describe newline escape sequence with a sample program?
How can I open a file so that other programs can update it at the same time?
Is c weakly typed?
Explain how can I convert a number to a string?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Is c procedural or object oriented?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
In C programming, what command or code can be used to determine if a number of odd or even?