What is a flag in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How would you obtain segment and offset addresses from a far address of a memory location?

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


Is c++ a pure oop language?

0 Answers  


What is a hashmap c++?

0 Answers  


Why is c++ considered difficult?

0 Answers  






Are there any new intrinsic (built-in) data types?

1 Answers  


What is encapsulation in c++ with example?

0 Answers  


What is null and void pointer?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


what is data Abstraction? and give example

147 Answers   Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,


What are 2 ways of exporting a function from a dll?

0 Answers  


How do you clear a buffer in c++?

0 Answers  


Categories