(a) declared in the main ( ) function. (b) declared in any function other than the main ( ) function. (c) declared outside the body of every function. (d) declared any where in the C program.
Answer
Answer : (c)
Explanation
Explanation : No answer description available for this question. Let us discuss.
Basic Data Structures » Exercise - 12. A global variable is a variable : (a) declared in the main ( ) function. (b) declared in any function other than the main ( ) function. (c) declared outside the body of every function. (d) declared any where in the C program.
Basic Data Structures » Exercise - 14. The first digit of a decimal constant must be : (a) a zero (b) a non zero number (c) a negative number (d) an integer
Basic Data Structures » Exercise - 13. While incrementing a pointer, its value gets increased by the length of the data type to which it points. This length is called : (a) scale factor (b) length factor (c) pointer factor (d) increment factor