A variable known only within the function in which it’s defined is called a(n) _________ .

Fill in the blank(s) with the appropriate word(s).

local variable.

Computer Science & Information Technology

You might also like to view...

Write a definition for an exception class, E, that contains an error number and a string type error name. Include a constructor that creates an E object and initializes both members. Provide accessors for both the message and error number.

What will be an ideal response?

Computer Science & Information Technology

There is no pass-by-reference in the C language.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology