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
Explain how do you print only part of a string?
What is ambagious result in C? explain with an example.
What does the format %10.2 mean when included in a printf statement?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Is it possible to pass an entire structure to functions?
What are control structures? What are the different types?
What is pointer to pointer in c with example?
provide an example of the Group by clause, when would you use this clause
difference between object file and executable file
Where define directive used?
What is a header file?
What are the types of i/o functions?
What is the difference between char array and char pointer?
When should the register modifier be used? Does it really help?
What does a function declared as pascal do differently?