In the absence of explicit initializers, the numeric elements of both static and external arrays or structures are initialized to ____.
A. NULL
B. one
C. a reference variable
D. zero
Answer: D
You might also like to view...
You can create ________ to outline topics, assign slide ownership while collaborating with others, and organize the slides in your presentation
A) folders B) section headers C) sections D) groups
The working area of Windows 8.1 Update is called the Windows ________
A) Charms B) Start screen C) GUI D) icons
Which of the following struct definitions is correct in C++?
A. struct studentType { int ID; }; B. struct studentType { string name; int ID; double gpa;} C. int struct studentType { ID; } D. struct studentType { int ID = 1; };
A systems administrator has been tasked to set up a new server to assign IP addresses on the network. The network administrator logs into the server, but cannot find the management tool to create a scope. Which of the following MOST likely happened to cause this?
A. The systems administrator did not configure the routing and remote access server role. B. The systems administrator configured the wrong NTP server address. C. The systems administrator forgot to unblock port 67/68 in the firewall. D. The systems administrator did not install the DHCP server role.