logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain storage qualifiers in C++


  • Correct Answer
  • i) Const - This variable means that if the memory is initialised once, it should not be altered by a program ii) Volatile - This variable means that the value in the memory location can be altered even though nothing in the program code modifies the contents iii) Mutable - This variable means that a 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. Where does the allocaters are implemented?

    • Options
    • A. Template library
    • B. Standard library
    • C. C++ code library
    • D. None of these
    • Discuss
    • 2. How the different permutations are ordered in c++?

    • Options
    • A. Compare lexicographicaly to each other elements
    • B. By finding the highest element in the range
    • C. By finding the lowest element in the range
    • D. None of the mentioned
    • Discuss
    • 3. Which keyword is used to declare the min and max functions?

    • Options
    • A. iostream
    • B. string
    • C. algorithm
    • D. None of these
    • Discuss
    • 4. What is the kind of execution does sequence point allow?

    • Options
    • A. Non-overlap
    • B. Overlap
    • C. Concurrent
    • D. None of these
    • Discuss
    • 5. What kind of object is modifying sequence algorithm?

    • Options
    • A. Function template
    • B. Class template
    • C. Method
    • D. None of these
    • Discuss
    • 6. Different access specifiers for the class member in C++
    • Discuss
    • 7. What are virtual functions?
    • Discuss
    • 8. What is a container class?
    • Discuss
    • 9. What is the role of Bug Tracking System?
    • Discuss
    • 10. Describe Bottom-Up and Top-Down approach in Testing.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment