ShareCopy to ClipboardRawPreviewcout << c << endl ; c = a / b; cout << c << endl ; c = a % b; cout << c << endl ; c = a++; cout << c << endl ; c = b--; cout << c << endl ; } Operation00Yatharth Garg0 CommentsAdd CommentLog in to add a comment