Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 5 (Q.No. 36)
36.
Which of the following declares and initializes an Integer variable named numltems?
int numltems = 0;
int numltems = '0';
integer numltems = 0;
numltems int = 0;
numltems integer = 0;
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.