in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / bandla.madhu
don't say puts&putchar.we have to think ina manner that how
to write code for printf function.ofcourse those two are
also correct.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does main () mean in c?
What functions are used in dynamic memory allocation in c?
What is clrscr ()?
Can the “if” function be used in comparing strings?
number of times a digit is present in a number
What are the key features in c programming language?
write an algorithm to display a square matrix.
What does double pointer mean in c?
how to find anagram without using string functions using only loops in c programming
What is extern keyword in c?
What are local static variables?
How do we print only part of a string in c?
Distinguish between actual and formal arguments.
What do you mean by recursion in c?
How can I run c program?