51. The following code-segment is accepted with nosyntax-error:
int b[] {5, 10, 15};
for(auto i = begin(b); i != end(b); ++i)
cout << ” ” << *i;
T__ F__
52. The following code-segment is logically incorrect:
char c[10] {“abcd”};
char *cPtr{ c };
cout << “Array address = ” << c << endl;
T__ F__
53. The following code-segment is accepted with no error:
const size_t SIZE{3};
array<int, SIZE>arr = {11, 22, 33};
cout << *(arr.begin() + 1) << ” ”
<< *(arr.end() – 1) << endl;
T__ F__
54. The following function header
void Average(double* arr, int count)
does not agree with the function call that passes aC-array
called values, of type
PayPal Gateway not configured
PayPal Gateway not configured