i=1为何(++i)+(++i)=6?

#include "iostream"
#include "algorithm"
#include "bits/stdc++.h"

using namespace std;

int main(){
    int i=1;
    cout<<(++i)+(++i)<<endl;
    //system("pause");
    return 0;
}

为何结果是6呢?
()内的运算优先级高于 + ,先计算两个++i, 两个++i执行完 i=3, 3+3 =6
以下内容来自https://www.sojson.com/operation/cxx.html
图片说明
图片说明

全部评论

相关推荐

一名愚蠢的人类:多少games小鬼留下了羡慕的泪水
投递荣耀等公司10个岗位
点赞 评论 收藏
分享
我已成为0offer的糕手:别惯着,胆子都是练出来的,这里认怂了,那以后被裁应届被拖工资还敢抗争?
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务