Multiple choice Which of the following is not a reserved word in C? int main if printf struct Reveal answer Fill a bubble to check yourself D Correct answer Explanation printf is not a reserved word in C. It is a function defined under stdio.h.