Which of the following uses C++11's list initialization to initialize count to 0?

a. int count = 0;
b. int count[0];
c. int count(0);
d. int count{0};

d. int count{0};

Computer Science & Information Technology

You might also like to view...

If you see a(n) ________ shaped icon in your Chat list, the person is available for text chat only

Fill in the blank(s) with correct word

Computer Science & Information Technology

This is a Cisco proprietary protocol that performs a similar function to create a port bonding, also known as EtherChannel by Cisco. A common limitation of this is all member ports must have identical speed and duplex.

What will be an ideal response?

Computer Science & Information Technology