Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This exercise further tests your knowledge of pointer arithmetic. Suppose we have three variables declared as char *pc; int *pi; struct point {double x; double

This exercise further tests your knowledge of pointer arithmetic. Suppose we have three variables declared as char *pc; int *pi; struct point {double x; double y;}; struct point *p1; struct point *p2[10]; Assume sizeof(char)=1, sizeof(int)=4, sizeof(double)=8. The values of pc, pi, p1 and p2 are 240, 258, 310 and 480 respectively. What are the values of pc+1, pi+2, p1+4 (12 points) and p2+3 (4 points extra credit)?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Technologies And Applications

Authors: Zongmin Ma

1st Edition

1599041219, 978-1599041216

More Books

Students also viewed these Databases questions

Question

d. How were you expected to contribute to family life?

Answered: 1 week ago