Answer Posted / sateesh
The return type of Printf in C is Integer i.e the number of
characters printed.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is "Duff's Device"?
difference between Low, Middle, High Level languages in c ?
Can variables be declared anywhere in c?
What are Macros? What are its advantages and disadvantages?
Explain why c is faster than c++?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why do we use int main?
Is it better to bitshift a value than to multiply by 2?
What is the difference between the expression “++a” and “a++”?
What is the difference between exit() and _exit() function in c?
There seem to be a few missing operators ..
Can we replace the struct function in tree syntax with a union?
Is c procedural or functional?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What does return 1 means in c?