c Exam Programming Arrays

The task is to find the minimum sum of Products of two arrays of the same size, given that k modifications are allowed on the first array. In each modification, one array element of the first array can either be increased or decreased by 2.

Read Solution (Total 2)

c Other Question

static variable will be visible in
a) fn.in which they are defined
b)module they are defined
c) all the program
d) none
In C++, which of the following creates a pigeon object of class bird?
a. Pigeon bird
b. Bird pigeon
c. Object pigeon of bird
d. None of these