Which of the following is a correct declaration?


a) const char yes = ‘y’;
b) const string yes = ‘y’;
c) const char yes = “y”;
d) const char yes = ‘yes’;

a) const char yes = ‘y’;

Computer Science & Information Technology

You might also like to view...

You are troubleshooting a PC host to switch connectivity issue and want to see whether the PC and switch have autonegotiated the correct speed and duplex settings. Which of the following commands could you use to find out how and which settings have been chosen by the switch and PC?

A) show running-config B) show interface C) show interface status D) show ip interface brief

Computer Science & Information Technology

?Which of the following styles sets the column breaks within paragraphs to leave a minimum of two and three lines at the top and bottom of each column respectively?

A. ?article p {         break-before: always;      } B. ?article p {         break-before: always;      } C. ?article p {         orphans: 3;         widows: 2;      } D. ?article p {         break-inside: auto;      }

Computer Science & Information Technology