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 getch?

718


Can we change the value of constant variable in c?

667


How can I convert a number to a string?

697


explain what is a newline escape sequence?

769


What is typeof in c?

686






What is the hardest programming language?

777


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

771


What is c language & why it is used?

671


When can a far pointer be used?

674


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3241


What is the use of putchar function?

733


What is unsigned int in c?

649


Explain enumerated types in c language?

688


When a c file is executed there are many files that are automatically opened what are they files?

695


c language interview questions & answer

1564