-
Conditional inclusion can be used for ___________.
-
- Check for existence of a variable and doing something if it exists
- Preventing multiple declarations of same function
- Preventing multiple declarations of a variable
- All of above
- None of these
Correct Option: D
Check for existence of a variable and doing something if it exists.
Preventing multiple declarations of same function.
Preventing multiple declarations of a variable.