Question: C++ 10) Given the following code: char john1[=John Apple; char john201=picks apples ; char john3[= on Wednesdays or Thursdays?; char john4[50]= ; char *johnPtr; 10a)
C++

10) Given the following code: char john1[="John Apple"; char john201="picks apples "; char john3[=" on Wednesdays or Thursdays?"; char john4[50]= ""; char *johnPtr; 10a) Write a line of code that will assign johnPtr to the loction of 'e' in john1 using pointer notation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
