what is the output on the screen?
int n;
n=printf("my name is %d",printf("kiran %d",printf("kumar")));
printf("\n %d \n",n);
Answer Posted / nish
kumarkiran 5my name is 7
n=12
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is c token?
What does emoji p mean?
Explain about C function prototype?
Explain union. What are its advantages?
How do I round numbers?
How are portions of a program disabled in demo versions?
What are the advantages and disadvantages of a heap?
Explain the concept and use of type void.
Is c object oriented?
What are the differences between Structures and Arrays?
Why does notstrcat(string, "!");Work?
What are the features of c language?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is your stream meaning?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?