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 how do you use a pointer to a function?
Write a program to generate random numbers in c?
What does main () mean in c?
How can I recover the file name given an open stream?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
praagnovation
How do you view the path?
What is bss in c?
What would be an example of a structure analogous to structure c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Explain threaded binary trees?
What is structure pointer in c?
What is c language and why we use it?
Why is struct padding needed?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values