Multiple choice The define preprocessor command can be used for defining macro for loop symbolic constant none of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation The #define preprocessor directive is primarily used to create symbolic constants or macros. Between the options, symbolic constant is a standard use case.