Question: C++ Solution, fast please. 2 () 18 What is the value stored in arrays text1 and text2 ?after executing the following code segment char text1[6];
C++ Solution, fast please.

2 () 18 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 green+mile star trek = text1 = text2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
