in Programming in C recategorized by
1,278 views
4 votes
4 votes

An external variable

  1. is globally accessible by all functions
  2. has a declaration “extern” associated with it when declared within a function
  3. will be initialized to $0$ if not initialized
  4. all of these
in Programming in C recategorized by
by
1.3k views

1 comment

All of the options are correct.
0
0

1 Answer

1 vote
1 vote
correct ans is: D . all of these
by
Answer:

Related questions