Home » C Programming » Variables » Question
  1. Which of the following definition is correct ?
    1. int length ;
    2. char int ;
    3. int long ;
    4. float double ;
Correct Option: A

Following are the reserved keywords in C and can not be used as a variable name
auto
else
long
switch
break
enum
register
typedef
case
extern
return
union
char
float
short
unsigned
const
for
signed
void
continue
goto
sizeof
volatile
default
if
static
while
do
int
struct
_Packed
double



Your comments will be displayed only after manual approval.