Skip to content

Files

Latest commit

8296be3 · Feb 6, 2020

History

History
This branch is 4 commits behind h0mbre/Learning-C:master.

Assignment-16

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 17, 2019
Feb 6, 2020

Assignment 16

Initialize an int array of 10 elements and then print the value of the array with printf("%d", array).

Extra Credit: Use Google to find out why we get a memory address (a pointer!) as our output.

Example Output

tokyo:~/LearningC/ # ./assignment16                                        
-1077487384#