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
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are terms in math?
Is fortran still used today?
write a c program to find the sum of five entered numbers using an array named number
What is s in c?
What is the maximum no. of arguments that can be given in a command line in C.?
What does nil mean in c?
What is a structural principle?
What is the c language function prototype?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Can we assign string to char pointer?
What does calloc stand for?
Tell me about low level programming languages.
What does void main return?