Question: Please answer all IN THE PROGRAM SEGMENT BELOW, STATE THE OUTPUT FOR EACH COUT. 31-32) int a[3] = {10, 20, 30}; const int *pX; int
Please answer all IN THE PROGRAM SEGMENT BELOW, STATE THE OUTPUT FOR EACH COUT. 31-32) int a[3] = {10, 20, 30}; const int *pX; int * const pY = &a[1]; pX = &a[0]; cout muchlessthan" *pX is "muchlessthan *pX muchlessthan endl; ____ a[0]++; cout muchlesssthan "now *pX is "muchlessthan*pX muchlessthan endI;____ To start reading a file at a specific byte number we use getw seekp seekg findp tabg Friend functions (answer all that apply) must be defined in the class for which they are friends are not members of the class for which they are friends4 Can only be friends for one class must be designated friend by the class that they can access. Can only access public data members
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
