Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
C++
/
C preprocessor
After #define CACHE_ENABLED 0, which condition selects the disabled branch?
from C preprocessor
C23 (GCC 13.3.0)
beginner
1 min
After #define CACHE_ENABLED 0, which condition selects the disabled branch?
#ifdef CACHE_ENABLED
#if defined(CACHE_ENABLED)
#if CACHE_ENABLED
#ifndef CACHE_ENABLED
Check
Ask AI about this kata
Report an error
next kata
What does a conventional include guard guarantee?
Quiz
A new version is available
Reload