Class 9 Homework-

How many elements are there in each of the following vectors? What are the values of the elements?

(a) vector v1;

(b) vector v2(10);

(c) vector v3(10, 42);

(d) vector v4{10};

(e) vector v5{10, 42};

(f) vector v6{10};

(g) vector v7{10, "hi"};




Related Questions