adplus-dvertising
frame-decoration

Question

Choose a right statement.

a.

int myage = 10;
int my_age = 10;

b.

int myage = 10;
int my,age = 10;

c.

int myage = 10;
int my age = 10;

d.

All are right

Answer: (a).int myage = 10;
int my_age = 10;

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Choose a right statement.