in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / balakrushna (bk)
Yes.
We can get output using puts() for printing a string or
putchar() for printing single character.
So printf() is not necessary here for printing.
Is This Answer Correct ? | 74 Yes | 19 No |
Post New Answer View All Answers
What is getch?
Can we change the value of constant variable in c?
How can I convert a number to a string?
explain what is a newline escape sequence?
What is typeof in c?
What is the hardest programming language?
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
What is c language & why it is used?
When can a far pointer be used?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the use of putchar function?
What is unsigned int in c?
Explain enumerated types in c language?
When a c file is executed there are many files that are automatically opened what are they files?
c language interview questions & answer