[an error occurred while processing this directive]
CIS 110

Recitation 8 Exercises (31 October/1 November 2012)

There is only one question this week.

Question 1 Write a TOY program that reads two arguments n and val from StdIn, and creates an n-element array where the value of each element is set to val. You may assume that 0 < n < 0x10. Write to StdOut the memory address of array entry 0.