Wireless MAC
Wireless MAC. Puzzle. In C, what is the output of the following code: int k=8; int a[5] = {0,0,2,3,4}; 2[a] && printf(“%d %d”, k, k++); 1[a] && printf(“%d %d”, k, k++); Possible answers Compile time error Run-time error 8 9 10 11 8 8 9 9 9 8 9 8 10 9. Exam 1 on Thursday, 2/1.
316 views • 29 slides