Multiple Choice Question

Quiz Guidelines

 

QID: 
68
Tags: 
Question: 

Which of the following are valid declarations:

Select 3 options

A. int a = b = c = 100;
B. int a, b, c; a = b = c = 100;
C. int a, b, c=100;
D. int a=100, b, c;
E. int a= 100 = b = c;

Q&A Set: