Skip to content
EMPS intranet

Back to top
Hi!   Hi!           Start program

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(){ » int i, j; » printf("Please enter two integers "); » scanf("%d %d", &i, &j); » return 0; }
...

Data

i (int)   j (int)
132   136
1741999761
  
-1767632082

Memory

main()

132
133
134
135
i = 1741999761
136
137
138
139
j = -1767632082

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

Show Advanced options

.

Input was:

4 -7

Show output (Before looking at the output, work out what you think it put should be and see if you are right.)

Output

Please enter two integers  
                                                                                                                                                                                                                                                                       

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