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

Are there namespaces in c?

556


Why are all header files not declared in every c program?

592


Which is the memory area not included in C program? give the reason

1489


What is a program flowchart and explain how does it help in writing a program?

658


What are comments and how do you insert it in a C program?

730






What are derived data types in c?

598


What are c header files?

568


What is the right way to use errno?

610


When should a type cast be used?

569


Why is c called c not d or e?

600


Write a program to check palindrome number in c programming?

589


Can you explain the four storage classes in C?

631


what is stack , heap ,code segment,and data segment

2208


Can we replace the struct function in tree syntax with a union?

765


Is c language still used?

527