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
What is the deal on sprintf_s return value?
What is the use of printf() and scanf() functions?
What type of function is main ()?
What is structure padding in c?
Why is c so popular?
Explain indirection?
Define and explain about ! Operator?
What are the two types of functions in c?
What are the applications of c language?
How can I manipulate strings of multibyte characters?
What are all different types of pointers in c?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What are data types in c language?
can anyone please tell about the nested interrupts?
What does do in c?