Answer to Question #108979 in C for Anupam Khanra

Question #108979

1).

void main ( )
{
int i = i++, j = j++, k = k++;
printf ( “ i = %d j = %d k = %d”, i, j, k );
}

2).

int main ( )
{
int i = 7;
for(i-- ;i-- ;i--)
printf(“%d”, i);
return 0;
}
1
Expert's answer
2020-04-14T01:46:49-0400

1) k = j + i

2)531


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS