Which of the following is not a valid variable name declaration? (a) int _a3; (b) int 3_a; (c) int a_3; (d) int _3a
Home/operators and expressions in c
SIKSHAPATH Latest Questions
Pavanagg
Asked: January 1, 2022In: Programming Language
Which of the following data type will throw an error on modulus operation(%)? (a) char (b) short (c) int (d) float
Pavanagg
Asked: January 1, 2022In: Programming Language
Which of the following is not a valid c variable name declaration? (a) float PI = 3.14; (b) double PI = 3.14; (c) int PI = 3.14; (d) #define PI 3.14;