Question: 2)Which string declaration below are valid? (check all that apply) string str = ; string str = 1 2 3; string str = hello; string
2)Which string declaration below are valid? (check all that apply)
string str = "";
string str = "1 2 3";
string str = "hello";
string str = "Hi there";
string a = "str";
string str = "A";
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
