Which of these C99 keywords can be used to indicate that two arrays do not overlap?
Answer : D
How many bytes of stack are needed to pass parameters when calling the following function? int foo( short arg_a, long long arg_b, char arg_c, int arg_d )
Answer : C
In the Generic Interrupt Controller (GIC), when an interrupt is requested, but is not yet being handled, it is in which of the following states?
Answer : C
In an ARMv7 processor that includes the Advanced SIMD (NEON) extension, how many single precision floating point values can be stored in the Q0 register?
Answer : C
Printf statements could be used to achieve which of the following debug tasks?
Answer : A