a) Declaration
b) Definition
c) Function
d) Error
ans a) Declaration
Variables that are alive and active throughout the program are called _____global____ variables.
___extern_____ int fun(); - the declaration indicates the presence of a global function defined outside the current module or in another file.
Global variable is initialized to __zero______ by default
What do you understand by local, global and static variables ? Explain
(c) Compare the lifetime, Scope, Initial value and storage place of all storage classes.
Explain different storage classes available in „C‟
No comments:
Post a Comment