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
Write a program to print ASCII code for a given digit.
Why header file is used in c?
What is break in c?
What is the use of c language in real life?
How to write c functions that modify head pointer of a linked list?
write a program to find the given number is prime or not
What is boolean in c?
What is the difference between far and near ?
What is a function in c?
What are the advantages of c language?
What is a stream in c programming?
Why do we use c for the speed of light?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What are the 4 types of functions?
What are enumerated types?