extern int s; int t; static int u;
main() { }
Which of s, t and u are available to a function present in another file?
Answer: A
No answer description available for this question.