helllo sir
give me some information of the basic information the
c as printf ,scanf , %d ,%f and why is the main use of
these.
Answer Posted / fazlur rahamn naik
Printf is nothing but to display the output on to the
screen.
Scanf is used to read data from the user/keyboard.
%d is a format used for integer.
%f is a fromat used for float.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the difference between exit() and _exit() function in c?
Describe the modifier in c?
What does. int *x[](); means ?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
what does static variable mean?
what are bit fields? What is the use of bit fields in a structure declaration?
What is wrong with this program statement? void = 10;
What does %c do in c?
What is openmp in c?
What does dm mean sexually?
Explain how can I convert a string to a number?
Can a pointer be null?
How does sizeof know array size?
Explain the priority queues?
Explain how do I determine whether a character is numeric, alphabetic, and so on?