in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / vignesh1988i
ya wit out using printf we can print.... using putchar,puts
functions etc.........
| Is This Answer Correct ? | 41 Yes | 14 No |
Post New Answer View All Answers
Describe static function with its usage?
What is the symbol indicated the c-preprocessor?
Explain how can I avoid the abort, retry, fail messages?
while initialization of array why we use a[][2] why not a[2][]...?
How can you increase the allowable number of simultaneously open files?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Explain what will the preprocessor do for a program?
What is structure data type in c?
Explain what math functions are available for integers? For floating point?
what does static variable mean?
What is scope rule in c?
Write a program for finding factorial of a number.
How is pointer initialized in c?
What oops means?
How reliable are floating-point comparisons?