Difference between revisions of "CSC231 Final Exam Fall 2017"

From dftwiki3
Jump to: navigation, search
Line 203: Line 203:
 
<br />
 
<br />
 
::<source lang="text">
 
::<source lang="text">
cs231a@aurora ~/HWs/FINAL/PB6 $ gcc -o makeList makeList.c
+
cs231a@aurora ~ $ gcc -o makeList makeList.c
cs231a@aurora ~/HWs/FINAL/PB6 $ ./makeList  
+
cs231a@aurora ~ $ ./makeList  
 
1
 
1
 
2
 
2
Line 212: Line 212:
 
-30
 
-30
 
5
 
5
cs231a@aurora ~/HWs/FINAL/PB6 $ ./makeList 100 200 300 1000  
+
cs231a@aurora ~ $ ./makeList 100 200 300 1000  
 
1
 
1
 
2
 
2
Line 225: Line 225:
 
300
 
300
 
1000
 
1000
cs231a@aurora ~/HWs/FINAL/PB6 $ ./makeList 100
+
cs231a@aurora ~ $ ./makeList 100
 
1
 
1
 
2
 
2
Line 235: Line 235:
  
 
100
 
100
cs231a@aurora ~/HWs/FINAL/PB6 $ ./makeList hello there
+
cs231a@aurora ~ $ ./makeList hello there
 
1
 
1
 
2
 
2

Revision as of 13:34, 12 December 2017


...