in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?

Answer Posted / balakrushna (bk)

Yes.
We can get output using puts() for printing a string or
putchar() for printing single character.
So printf() is not necessary here for printing.

Is This Answer Correct ?    74 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is different between auto and local static? why should we use local static?

644


What is calloc()?

629


How many types of sorting are there in c?

610


What is the acronym for ansi?

631


What is the Purpose of 'extern' keyword in a function declaration?

654






List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2303


What are the similarities between c and c++?

598


Write a program to reverse a given number in c?

600


What is %d called in c?

761


What is a newline escape sequence?

665


Is boolean a datatype in c?

545


What is the advantage of c?

609


What is a good way to implement complex numbers in c?

594


Why do we use namespace feature?

581


Why c is called top down?

626