Carefully analyze the following lines of code and chose the-03294
Carefully analyze the following lines of code and chose the correct option. <br>ch1="a"; <br>ch2='a';
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.20.
Carefully analyze the following lines of code and chose the correct option.
ch1="a";
ch2='a';
ch1="a";
ch2='a';
ch1 and ch2 are strings
ch1 is string and ch2 is character
ch2 is string and ch1 is character
ch1 and ch2 are characters