Solved

Where Can You Not Declare a Variable in a C

Question 30

Multiple Choice

Where can you not declare a variable in a C++ program?


A) Within the parameter list of a function definition
B) Within the block of a void function.
C) Within the argument list of a function call
D) Within a block nested within another block
E) Within the block of a value returning function.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions