Skip to content
EMPS intranet

Back to top
Hi!   Hi!           Start main()

Try stepping through the code


  Value and type of last evaluated expression: Address of array element: Address of array elementx:  (none)

Your browser does not support the canvas element which will make some the features unavailable.

If you are using Internet Explorer within the University of Exeter try going to the Settings menu (probably the gear shape at the top right of this page), selecting "Compatibility View settings", unchecking "Display intranet sites in Compatibility View" and reloading this page.

Code

 Header...
int main(){
  ...
» double materials, labour, total_cost; » materials=9.4; » labour=11.3; » total_cost=materials+labour; // Do something else... » return 0;
}

Data

materials (double)   labour (double)
128   136
-3.24863923e+267
  
-1.28678817e+267
total_cost (double)
144
4.93249878e-270

Memory

main()

128
129
130
131
132
133
134
135
materials = -3.24863923e+267
136
137
138
139
140
141
142
143
labour = -1.28678817e+267
144
145
146
147
148
149
150
151
total_cost = 4.93249878e-270

NB: the actual memory address of each variable is the
address shown plus 4288238080 (0xFF995200).

Show Advanced options

.
                                                                                                                                                                                                                                                                       

Validate   Link-check © Copyright & disclaimer Share
Back to top