Question: 5 The values for each line? int main(void) { } int x 5, y 15; int * p1, p2; p1 p2 = *p1 *p2
5 The values for each line? int main(void) { } int x 5, y 15; int * p1, p2; p1 p2 = *p1 *p2 * &x; //1 &y; //2 = 10; //3 *p1; //4 p1 = p2; //5 *p1 *p2+10; //6 return 0; 1 2 3 4 LO 5 CO X y *p1 | *p2
Step by Step Solution
3.40 Rating (166 Votes )
There are 3 Steps involved in it
Answer It looks like there are some syntax errors and missing semicolons ... View full answer
Get step-by-step solutions from verified subject matter experts
