MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    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» B. S & u | |