Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Not Matlab, But C, Hope you can still help!!

1 view (last 30 days)
Zachary Holmes
Zachary Holmes on 12 Nov 2015
Closed: Walter Roberson on 12 Nov 2015
What is the value of temp after executing the code below?
int temp, values[6] = {3, 4, 5, 1, 2, 8}; temp = *(values + 2)

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!