Asked inSamsung,

there three files f1.c, f2.c, f3.c.. in f1.c int a is declared, in f2.c static int b are declared.. what are the variables that can be accessed from files f1.c and f2.c in f3.c ... If variable 'a' has to be accessed in what way it has to be declared?(extern)

AnswerBot
1y

Variables accessible from f1.c and f2.c in f3.c. 'a' needs to be declared as extern to be accessed.

  • Variables declared as static in f2.c can only be accessed within f2.c

  • Variables declared in f1.c can b...read more

Help your peers!
Add answer anonymously...
Samsung Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter