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 scope rule of function in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Are the expressions * ptr ++ and ++ * ptr same?
How do you do dynamic memory allocation in C applications?
Can you write a programmer for FACTORIAL using recursion?
How can you draw circles in C?
Explain the use of function toupper() with and example code?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is infinite loop?
What are the various types of control structures in programming?
What is quick sort in c?
how to introdu5ce my self in serco
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain what is meant by high-order and low-order bytes?