Answer Posted / naresh
Return type of the printf is the no of characters printed.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is keyword with example?
What are the general description for loop statement and available loop types in c?
How to throw some light on the b tree?
If the size of int data type is two bytes, what is the range of signed int data type?
What is the difference between functions abs() and fabs()?
Why doesnt that code work?
How do you search data in a data file using random access method?
Are the expressions * ptr ++ and ++ * ptr same?
What is difference between constant pointer and constant variable?
What does c value mean?
What is wrong with this declaration?
What are identifiers c?
How do you print an address?
What is union in c?
In c language can we compile a program without main() function?