Solved

Which One of the Following Statements Declares the String Variables

Question 128

Multiple Choice

Which one of the following statements declares the string variables city, state, and zip using a single declaration statement?


A) string city, state, zip;
B) string city, string state, string zip;
C) string city; state; zip;
D) string city_state_zip;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions