1.

What will be the n in the following C code?
#include <stdio.h>
void main()
{
int n;
}

A. static variable
B. global variable
C. automatic variable
D. register variable
E. None of these
Answer» D. register variable


Discussion

No Comment Found

Related MCQs