What is flag in computer?


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

Post New Answer

More C++ General Interview Questions

Explain the use of this pointer?

0 Answers  


When can you tell that a memory leak will occur?

1 Answers  


What are the advantages of using a pointer?

0 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


Can java be faster than c++?

0 Answers  






Can a constructor return a value?

0 Answers  


What is the type of this pointer in c++?

0 Answers  


Explain bubble sorting.

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


What are the types of STL containers?

4 Answers  


What is a block in c++?

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


Categories