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
Explain how can I write functions that take a variable number of arguments?
Difference between exit() and _exit() function?
What is structure packing in c?
What are the 4 types of functions?
What are preprocessor directives in c?
What is header file definition?
while initialization of array why we use a[][2] why not a[2][]...?
Give basis knowledge of web designing ...
What is sizeof int in c?
What is an lvalue?
What is uint8 in c?
What is structure data type in c?
List the difference between a While & Do While loops?
Explain how are 16- and 32-bit numbers stored?
How can you read a directory in a C program?