Question: C myString is declared as a string and is the only variable declared. Which is a valid assignment? myString[]='Hello'; myString=[Hey]; myString[]=H; myString =[ Hoy]
myString is declared as a string and is the only variable declared. Which is a valid assignment? myString[]='Hello'; myString=["Hey"]; myString[]="H"; myString =[ Hoy]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
