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
What is the difference between NULL and NUL?
What does the function toupper() do?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
write a program to rearrange the array such way that all even elements should come first and next come odd
Explain pointer. What are function pointers in C?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What are the advantages of using Unions?
Linked lists -- can you tell me how to check whether a linked list is circular?
Tell us bitwise shift operators?
How can I recover the file name given an open stream?
What does dm mean sexually?
How do you print an address?
What is the difference between struct and union in C?