Suppose we have a data member called x, which we would like to set to 0 in an initializer list. The expression to do so would look like this:
A. x( 0 )
B. x = 0
C. x := 0
D. x <- 0
A
Computer Science & Information Technology
You might also like to view...
Your computer has an SDHC card reader. Which of the following is not true about this reader?
a. It can only read SDHC cards. b. It can read SD and SDHC cards. c. It cannot read SDXC cards. d. It cannot read CompactFlash memory cards.
Computer Science & Information Technology
What should be done before any changes are made to a system that is experiencing a problem?
A. Examine the system B. Backup data C. Establish a Theory D. Test your Theory
Computer Science & Information Technology