recategorized
866 views

2 Answers

0 votes
0 votes
option 2

extern

Keyword extern is used for declaring extern variables in c. This modifier is used with all data types like int, float, double, array, pointer, structure, function etc. It is default storage class of all global variables as well all functions.
Answer:

Related questions

0 votes
0 votes
4 answers
2
go_editor asked Mar 24, 2020
992 views
Match the following :$\begin{array}{llll} & \textbf{List – I} & {} & \textbf{List – II} \\ \text{a.} & \text{Absurd} & \text{i.} & \text{Clearly impossible being con...
0 votes
0 votes
2 answers
4
go_editor asked Mar 24, 2020
875 views
How many multiples of $6$ are there between the following pairs of numbers?$0$ and $100$ and $-6$ and $34$$1$ and $6$$17$ and $6$$17$ and $7$$16$ and $7$