Consider the following C++ program: #include using namespace std; int main(void) { int a[6] (1,2,3,4,5,6); int...

Posted Date: