adplus-dvertising
frame-decoration

Question

Non-member functions are defined as

a.

File scope

b.

Function scope

c.

Class scope

d.

Global scope

Answer: (a).File scope

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Non-member functions are defined as

Similar Questions

Discover Related MCQs

Q. Member functions defined in a class definition are automatically

Q. Constructors do not have

Q. Which preprocessor directives are used to prevent header files from being included more than once in a program?

Q. The assignment operator can be used to assign an object to another object of the same type, this assignment by default performed by

Q. Which operator accesses a structure member via the object's variable name?

Q. Which keyword is used for structure definition?

Q. Aggregate data types built using data of other types, is called as

Q. What is a class interface?

Q. Sometimes a single value for a data member applies to all members of the class, for this purpose a

Q. A constructor has

Q. Member functions are also called

Q. The copy constructor is called automatically when

Q. Which keyword is used for the declaration of class?

Q. Structures must have

Q. A class with only public members and no functions, are called

Q. Member functions that provides read-only access to the data, is called

Q. Preventing access from outside the class is called

Q. Which function is called when an object reaches to the end of its scope?

Q. A constructor is a member function that is called automatically when

Q. Local utility functions are called