adplus-dvertising
frame-decoration

Question

An identifier's scope is

a.

When that identifier exists in memory

b.

Where the identifier can be referenced in a program

c.

Where the identifier is used multiply

d.

All of them

Answer: (b).Where the identifier can be referenced in a program

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. An identifier's scope is

Similar Questions

Discover Related MCQs

Q. The standard C library file < stdlib.h> is used for

Q. Not initializing a reference variable will cause

Q. In which circumstances the recursion function is called?

Q. Like swap ( ) function if we want to change the value of actual parameter, we must call parameters

Q. The default return type for every function is

Q. A program that tells the compiler the name of the function, the type of function, and about the function parameters

Q. Why a parameter that is passed by value is referred as read only?

Q. Which from the following is not a maths function?

Q. The strand function is used for

Q. A called function can return control to the caller if

Q. The functions body is also referred as

Q. Recursive call is also known as

Q. Int &x; this syntax is used when

Q. A permutation is an arrangement of elements taken form

Q. To declare identifiers for variables and functions of static storage class, which keywords are used?

Q. An identifier's storage class determines

Q. How many storage classes specifies are offered by C++?

Q. A function cannot be defined inside

Q. A directive that is used to include other files, such as function declaration is called

Q. A function that is called by itself, either directly or indirectly is called as