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 x=0, sides[3], y=1; » sides1=5.2; » sides2=3.1; » sides3=4.6;// Ooops! // ... Do something » return 0;
}
Memory

main()

128
129
130
131
132
133
134
135
y = 1
136
137
138
139
140
141
142
143
sides[0] = -3.02292746e+267
144
145
146
147
148
149
150
151
sides[1] = -1.17393228e+267
152
153
154
155
156
157
158
159
sides[2] = 4.93359634e-270
160
161
162
163
164
165
166
167
x = 0

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

Show Advanced options

.
                                                                                                                                                                                                                                                                       

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