为什么此代码会出错:
#include <stdio.h> #define Rep (int)6 int main(){ #if Rep==6 printf("T"); #else printf("F"); #endif return 0; }
c casting compiler-errors c-preprocessor
c ×1
c-preprocessor ×1
casting ×1
compiler-errors ×1