Report Bug
Qus : Which one of the following are not valid variable names in C?
Qus निम्नलिखित में से कौन C में मान्य variable नाम नहीं हैं?

A. float_int, keyword, A1
B. ANSI, ascii, cpu
C. valid, variable, name
D. None of the above


Solution
D. None of the above



Explanation

All are the valid variable name because all of follow the identifiers rule




Report Bug