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
What is the difference between local variable and global variable in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the scope of local variable in c?
What are the types of unary operators?
Is there any possibility to create customized header file with c programming language?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Explain the binary height balanced tree?
Why do some versions of toupper act strangely if given an upper-case letter?
What are the different file extensions involved when programming in C?
Why is c platform dependent?
Can the sizeof operator be used to tell the size of an array passed to a function?
When should a type cast not be used?
What is a header file?
What are keywords c?
What are the parts of c program?