Question: Question 17 The string Hello could be stored in the variable str declared as follows A char str[5]; True False Question 18 If name

![declared as follows A char str[5]; True False Question 18 If name](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2022/11/6382092b5498d_4116382092b22e88.jpg)
Question 17 The string "Hello" could be stored in the variable str declared as follows A char str[5]; True False Question 18 If name is a string variable whose value is "Elizabeth", what does the following function call assign to variable target? I strcpy(target, &name[5]); Note: &name[5] is the address of array element index 5. This is the starting position where the string should be copied over to variable target. 3 p
Step by Step Solution
3.38 Rating (157 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below Qu... View full answer
Get step-by-step solutions from verified subject matter experts
