int main()
{
int i,j;
i=printf("shankar");
printf("%d",i);
j=scanf("%d",&j);
printf("%d",j);
}
Output for the following and explanation?
- Posted:
- 3+ months ago by shankaraj...
- Topics:
- explanation
Details:
Answers
No answers have yet been posted. Add your answer to this question.