在C/C++中
在#if 0/ #endifblock 之间放置代码会发生什么?
#if 0
#endif
#if 0 //Code goes here #endif
代码是否只是被跳过,因此无法执行?
c-preprocessor
c-preprocessor ×1