logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are storage qualifiers in C++ ?


  • Correct Answer
  • ConstKeyword indicates that memory once initialized, should not be altered by a program Volatile keyword indicates that the value in the memory location can be altered even though nothing in the program Mutable keyword indicates that particular member of a structure or class can be altered even if a particular structure variable, class, or class member function is constant 


  • Technology problems


    Search Results


    • 1. What do you mean by reference variable in c++?
    • Discuss
    • 2. what is the use of virtual destructor in c++?
    • Discuss
    • 3. What are the features of C++ different from C?
    • Discuss
    • 4. What are the basic concepts of object oriented programming?
    • Discuss
    • 5. What is C++
    • Discuss
    • 6. What is copy constructor?
    • Discuss
    • 7. What is default constructor?
    • Discuss
    • 8. What is dynamic binding?
    • Discuss
    • 9. What is namespace?
    • Discuss
    • 10. What do you mean by late binding?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment