Examveda

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

A. automatic variable

B. static variable

C. register variable

D. global variable

Answer: Option A


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function