Perform Bitwise AND(&) operation on array....
Hello friends, Today I have brought a special programming challenge for you.If you are a beginner in programming then don't worried about that. This challenge is also for beginners if you have a knowledge of operators and array in programming language.This challenge will also help to enhance your thinking level and develop your logic as well. The challenge is that suppose you have an array of N integer. and I want to give you two queries which contains three values which i explained below. then you have to perform Bitwise AND (&) operation on that. Input Format:- First line contains N integer( Size of an array) and Q integer(Number of Queries) each separated by space. Second line contains value of array(arr[ ]) with space separated each. Third line contains first query which contains three value each separated by space and first value(X) is initial value of an array and second value(Y) is where to stop an array and third value(Z) is very existing which perform bitwise...