download Mastguru Android App

Question Detail

How we can define member function outside the class ?

  • Using union
  • Using structure
  • Using pointers
  • Using scope resolution
Similar Questions :

1. Which is more memory efficient ?

  • structure
  • union
  • both use same memory
  • depends on a programmer

2. Constructors has return type void ?

  • True
  • False

3. A class having no public constructors is

  • A public protected class
  • A public class
  • A protected class
  • A private class

4. Even if we define a function in a class, then also we need to declare it first.

  • True
  • False

5. Size of a char is ?

  • 1
  • 2
  • 3
  • 4
Read more from - C++ Programming Questions Answers - Set 2
Post a comment