printf("%d",(printf("Hello")); What it returns?
Answer Posted / kuldeep vishwakarma
printf("%d",(printf("Hello")));
ans: Hello5
printf("%d",(printf("Hello")));
ans: Hello5
printf("%d",(printf("Hello"));
ans: function call missing )
(because end parenthesis is not close)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain modulus operator.
Is it valid to address one element beyond the end of an array?
find the sum of two matrices and WAP for it.
Why clrscr is used after variable declaration?
What is the difference between ++a and a++?
What does typedef struct mean?
What are the disadvantages of external storage class?
i got 75% in all semester am i eligible for your company
What are shell structures used for?
What is the advantage of an array over individual variables?
write a program to find out prime number using sieve case?
Can we assign string to char pointer?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Write a C program in Fibonacci series.
What is a null string in c?