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 / raghav
hi the answer is bit scribbling
answer is
kumar kiran 5my name is 7/n12/n
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are the applications of c language?
Explain pointers in c programming?
What are structures and unions? State differencves between them.
What is structure in c language?
Can a pointer be static?
Differentiate Source Codes from Object Codes
Why do some versions of toupper act strangely if given an upper-case letter?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is difference between union All statement and Union?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Write a program to swap two numbers without using third variable in c?
What is the difference between procedural and declarative language?
Why c is procedure oriented?
What is define directive?