Question: c++ quickly please Question 10 2 pts What is the value stored in arrays text1 and text2 after executing the following code segment? char text1[6];
c++ quickly please

Question 10 2 pts What is the value stored in arrays text1 and text2 after executing the following code segment? char text1[6]; char text2[6]; cin.get (text1,5); cin.get (text2,5); Assume user input is: star*trek beautiful*mind text1 = text2 =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
