Yes, we can. The #endif statement matches to the previous #if #ifdef or #ifndef etc for which there hasn’t been a corresponding #endif.
e.g.
#if ----------|
#if -----| |
#endif ---| |
#endif --------|
Yes, we can. The #endif statement matches to the previous #if #ifdef or #ifndef etc for which there hasn’t been a corresponding #endif.
e.g.
#if ----------|
#if -----| |
#endif ---| |
#endif --------|