printf("%d",(printf("Hello")); What it returns?
Answer Posted / amit shrivastava
it will show hello5
hello from the inner printf and 5 value return by the outer
printf function,as printf return int value of the string
and in the example there is 5 wrds so the lenght is 5 which
it return.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Difference between macros and inline functions? Can a function be forced as inline?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What are the 5 organizational structures?
What is data type long in c?
Write a program to print fibonacci series without using recursion?
Write a program to find the biggest number of three numbers in c?
What does the && operator do in a program code?
Is null valid for pointers to functions?
how can use subset in c program and give more example
ATM machine and railway reservation class/object diagram
What are qualifiers and modifiers c?
what is reason of your company position's in india no. 1.
What is a #include preprocessor?
Add Two Numbers Without Using the Addition Operator
What is data types?