Home » C++ Programming » Dynamic Memory » Question
  1. What kind of locale does every program is having in C++?
    1. temp locale
    2. local locale
    3. global locale
    4. All of above
    5. None of these
Correct Option: C

Every program has a single locale object which is its global locale.



Your comments will be displayed only after manual approval.