C - Data Types - Discussion

You Are Here :: Home > C > Data Types - Discussion

 



Q.

extern int s;

int t;
static int u;
main ( )
{ }
which of s, t and u are available to a function present in another file ?

A. only s B. s & u
C. s, t, u D. None

Answer: Option A
Explaination:

No Explanation



Discussion

Your Comments Goes here...
NameDiscussion