Multiple Choice
,A definition of a variable outside any function is called a
A) local function definition
B) global variable definition
C) global function header
D) global function definition
E) local variable definition
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Give an outline for the general form
Q2: Extensive use of global variables is a
Q4: A variable declared within a function block
Q5: Each of the following lines of code
Q6: Write a function definition for a function
Q7: Consider two blocks,one within another.C++ prohibits an
Q8: Declare (give a prototype for)a function named
Q9: What is the error in the following
Q10: Given the function declaration (prototype),does the compiler
Q11: In C++ Boolean value are represented only