1. main()
{
printf("%d",printf("HelloSoft"));
} Output?
Answer Posted / sandy
Upon a successful return, the printf() function returns the
number of characters printed.
Answer: HelloSoft9
| Is This Answer Correct ? | 39 Yes | 2 No |
Post New Answer View All Answers
what is different between auto and local static? why should we use local static?
Why void main is used in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is pointers in c?
All technical questions
What is a null pointer in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is c language & why it is used?
Explain how can I open a file so that other programs can update it at the same time?
What is typedef?
How can you draw circles in C?
Why is structure padding done in c?
What is the total generic pointer type?
Tell us something about keyword 'auto'.
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above