printf("%d",(printf("Hello")); What it returns?
Answer Posted / aju.b
printf("%d",(printf("Hello")));
Result is Hello5
| Is This Answer Correct ? | 175 Yes | 15 No |
Post New Answer View All Answers
How can I invoke another program or command and trap its output?
What is the use of getchar functions?
How can you call a function, given its name as a string?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is the difference between the = symbol and == symbol?
Explain about the functions strcat() and strcmp()?
what is the diffrenet bettwen HTTP and internet protocol
What is a header file?
What is a pragma?
What is a spanning Tree?
How macro execution is faster than function ?
What does a pointer variable always consist of?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What do you mean by Recursion Function?
What is context in c?