1.

Which of the following declares and initializes an Integer variable named numltems?

A. int numltems = 0;
B. int numltems = '0';
C. integer numltems = 0;
D. numltems int = 0;
Answer» B. int numltems = '0';


Discussion

No Comment Found