Question: The following code segment works correctly. const int SIZE = 15; char name[SIZE]; strcpy(name, Albert Einstein); cout < < name < < endl; A. True
The following code segment works correctly. const int SIZE = 15; char name[SIZE]; strcpy(name, "Albert Einstein"); cout << name << endl;
A. True B. False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
