1.

What will be the output of the following C code?#include <stdio.h> int main() { printf("%d n", srand(12000)) return 0; }

A. A double in the range 0 to 12000
B. Compilation Error
C. An integer in the range 0 to 12000
D. A float in the range 0 to 1
E. None of these
Answer» C. An integer in the range 0 to 12000


Discussion

No Comment Found

Related MCQs