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

Consider the following C++ program

0 Answers  


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


What are the different scope C++ provide ?

0 Answers   Amdocs,


What is Advantage and Use of THIS pointer in C++ – Scenarios?

0 Answers  


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,






What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


What is Copy Constructor?

5 Answers   ABC, Siemens,


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


Write a program that can take input from 3 to 8 and calculate the average?

0 Answers   Accenture,


What is Coupling?

0 Answers   Cap Gemini,


Difference between Call by pointer and by reference.

0 Answers   Adobe,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


Categories