Question: Can you assign a new string literal to any array using the assignment operator?(in C language) For Example: Will this work? Why or Why Not?
Can you assign a new string literal to any array using the assignment operator?(in C language)
For Example: Will this work? Why or Why Not?
char str_array[11] = "Hello";
str_array = "Hello world";
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
