Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?


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

Post New Answer

More C++ Interview Questions

Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


What is conversion constructor in C++

0 Answers   TCS,


C++ Public access specifier instead of Private – What is bad ?

0 Answers  


Explain what happens when an exception is thrown in C++.

0 Answers   Amazon,


Tell me about virtual function

1 Answers  






Define an Abstract class in C++?

0 Answers  


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


Write a syntax and purpose of switch statement.

0 Answers   Agilent,


Consider the following C++ program

0 Answers  


How to convert integer to string in C++

0 Answers  


How to input string in C++

0 Answers  


What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


Categories