printf("%d",(printf("Hello")); What it returns?
Answer Posted / anupam sen
printf function returns the number of character it prints
so output:Hello5
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is property type c?
How can you find out how much memory is available?
What is queue in c?
Explain how can you tell whether two strings are the same?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Explain high-order bytes.
What is a sequential access file?
What is substring in c?
What is a null pointer in c?
What is meant by gets in c?
Why main is not a keyword in c?
What do you mean by a sequential access file?
which is an algorithm for sorting in a growing Lexicographic order
find the sum of two matrices and WAP for it.
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?