C预处理程序指令(SQR-Funktion)

时间:2016-02-28 14:24:10

标签: c macros c-preprocessor

想知道" 11"是这个c预处理器指令的答案:

var mongoose = require('mongoose');

var UserSchema = new Schema({ //error
  name: {
        type: String
    },
    email: {
        type: String
    },
    password: {
        type: String
    }
});

1 个答案:

答案 0 :(得分:0)

尝试手动展开宏。

它将是2+3*2+3,并且评估为11。