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
Who invented bcpl language?
What is void main ()?
Is fortran still used today?
Is that possible to store 32768 in an int data type variable?
How can a string be converted to a number?
What is the difference between if else and switchstatement
Explain About fork()?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the difference between typedef and #define?
What is the basic structure of c?
How pointers are declared?
What is floating point constants?
What are inbuilt functions in c?
What is malloc and calloc?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;