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
How to implement a packet in C
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is typedf?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Can math operations be performed on a void pointer?
Explain the difference between the local variable and global variable in c?
formula to convert 2500mmh2o into m3/hr
What language is windows 1.0 written?
What is printf () in c?
What is a program flowchart?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is the advantage of c?
Subtract Two Number Without Using Subtraction Operator
What is a stream in c programming?
By using C language input a date into it and if it is right?