Answer Posted / azad sable, chiplun
yhe function printf() fall under the category of formatted
console I/O function. It allow us to to obtain the output
in specified form.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is difference between stdio h and conio h?
Can include files be nested? How many levels deep can include files be nested?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the usage of the pointer in c?
#include
What is the right type to use for boolean values in c?
How can I ensure that integer arithmetic doesnt overflow?
What is #line used for?
Stimulate calculator using Switch-case-default statement for two numbers
Why shouldn’t I start variable names with underscores?
Why can arithmetic operations not be performed on void pointers?
Write a C program in Fibonacci series.
What is an endless loop?
What are the different types of errors?
When the macros gets expanded?