Question: C++ multiple choice question. Please I need thr correct answer with solution Given the following expression: char x [ ] = 1 Like Java; char
Given the following expression: char x [ ] = "1 Like Java"; char *px = &x[2]; what is the value of (char) ((*px) - 1)? A. K (little k) B. K C. n D. None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
