Question: c++ 5 What is the output by the following program segment? char x[ ] = Today is very cold; char y [50], z[50]; strcpy s
c++

5 What is the output by the following program segment? char x[ ] = "Today is very cold"; char y [50], z[50]; strcpy s (y, x); cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
