Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7.8 Which of the statements is correct about the program? #include void main(void) { int x-10; int y=&x; *y - 15; printf(Crazy code about pointers

image text in transcribed
7.8 Which of the statements is correct about the program? #include void main(void) { int x-10; int "y=&x; *y - 15; printf("Crazy code about pointers ! "); 1 A. y and x are pointers to an int B. x is a pointer to an int and stores the address of variable y C. y is a pointer to an int and stores the address of variable x D.y is a pointer to a pointer to an int and stores address of variable x

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

Surviving The OSHA Audit Common Sense Solutions To Your Most Feared OSHA Compliance Issues

Authors: David A. Casavant

1st Edition

0998743704, 978-0998743707

More Books

Students also viewed these Accounting questions