Computer Science - Object Oriented Programming Using C++ - Discussion
Discussion Forum : Object Oriented Programming Using C++ - Section 6 (Q.No. 21)
21.
The statement double total = 0.0; performs _____
Discussion:
5 comments Page 1 of 1.
Lucifer said:
5 years ago
Assignment will be when new value is assigned to that variable after variable was already declared and initialized.
Lucifer said:
5 years ago
Assignment will be when new value is assigned to that variable after variable was already declared and initialized.
Lucifer said:
5 years ago
Assignment will be when new value is assigned to that variable after variable was already declared and initialized.
Lucifer said:
5 years ago
Assignment will be when new value is assigned to that variable after variable was already declared and initialized.
Eklesh parmar said:
6 years ago
It is both A and B.
That is double total in initialisation and total=0.0 is assignment.
That is double total in initialisation and total=0.0 is assignment.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers