in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / gokul
It's impossible without using any library function
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Can the “if” function be used in comparing strings?
What is #define in c?
What is the difference between abs() and fabs() functions?
What is difference between structure and union with example?
Differentiate fundamental data types and derived data types in C.
List some applications of c programming language?
Explain how can I open a file so that other programs can update it at the same time?
What are the types of assignment statements?
What is the general form of #line preprocessor?
What is data type long in c?
Why is #define used?
What is this infamous null pointer, anyway?
What is FIFO?
What is register variable in c language?