Test 1 - Programming and Data Structure | Computer Science

Casual Mode - Take your time!

1 / 28
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Consider the following C function.
float f,(float x, int y) {
float p, s; int i;
for (s=1,p=1,i=1; i

  1. Xy
  2. ex
  3. In (1+x)
  4. Xx
Change Mode