in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / murali
it is possible . with using if condition and library
function
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
What are dangling pointers? How are dangling pointers different from memory leaks?
What are the __date__ and __time__ preprocessor commands?
What are reserved words?
What are identifiers c?
What is assignment operator?
What is malloc() function?
What is the -> in c?
Can you please explain the difference between syntax vs logical error?
What is fflush() function?
What is the difference between Printf(..) and sprint(...) ?
What does %p mean?
Explain the use of bit fieild.
Explain how can I prevent another program from modifying part of a file that I am modifying?
can we have joblib in a proc ?
Can I initialize unions?