Exam (elaborations)
PRF 192 final2, Top Exam Questions and answers, Graded A+
- Course
- Institution
PRF 192 final2, Top Exam Questions and answers, Graded A+ 1. int arr[]= {0, 2 , 0, 6) printf("%d", *arr); a) 0 b) c) NULL d) error - -answer: a 2. a = 1; b = 7; if(a || b++) b++; printf("%d", b); a) 7 b) 1 c) 8 d) 9 - -answer: c 3.What is the output when the sampl...
[Show more]