58. The following code-segment is syntactically correct
array<int, 5> myarray = { 2, 16, 77, 34, 50 };
cout << “myarray contains:”;
for ( auto i = begin( myarray ); i != end( myarray ); ++i )
cout << ” ” << *i;
T__ F__
59. The following ‘range for’ can’t be implemented, for theabove
array, using ‘auto’:
for (auto i : myarray)
cout << i << ” “;
T__ F__
60. The following array-allocation is syntactically illegal:
size_t inputNums{20};
int* p = new int [inputNums];
T__ F__
97. The following is a legal template-syntax for inheritance:
class D : public B
{
// new class members
};
T__ F__
98. The creation of a derived class indirectly affects itsbase
class’s
PayPal Gateway not configured
PayPal Gateway not configured