C-05-Q173mediumsingle_mcq
What are reserved keywords in C?
What are reserved keywords in C?
- aWords that can be used as variable names
- bA restricted set of words that cannot be used as variable or function names
- cFunctions defined in stdio.h
- dComments in the code