NPTEL - Programming In Java - Week 0 : Assignment 0

Week 0 : Assignment 0

1 point

 c. 20

1 point

 b. 5

1 point

a. The statement will create an array p of pointers.


1 point

The size of a union is determined by:

 b. The biggest member of the union

1 point

d. 11, 11

1 point

 b. Quiz

1 point

Which of the following is not a storage class specifier in C?

 d. volatile

1 point

In C, static storage class cannot be used with:

 b. Function parameter

1 point

 d. 20


1 point

 d. No error.

1 point

 b. x = 1 - x;

1 point

 a. An array, each element of which is pointer to a structure of type node.

1 point

 d. swap(x, y) cannot be used to swap the variables

1 point

 b. 2200, 2200, 2200

1 point

In C/ C++, if you pass an array as an argument to a function, what actually gets passed?

 c. Base address of the array


Post a Comment

Previous Post Next Post