Solved

Which One of the Following Statements Declares a String Variable

Question 65

Multiple Choice

Which one of the following statements declares a string variable named message?


A) message string;
B) string = message;
C) string message;
D) string + message;

Correct Answer:

verifed

Verified

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

Related Questions