C Programming and Technical Category

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

Read Solution (Total 7)

C Other Question

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. #include
int main()
{
int i;
while(sizeof(NULL))
{
printf("inside loop");
continue;
break;
}
return 0;
}