Question: Which is the correct syntax to declare a vector of 10 (ten) integers? vector <10> a(int); integer vector a(10); vector a(10); vector a(10);
Which is the correct syntax to declare a vector of 10 (ten) integers?
| vector<10> a(int); | ||
| integer vector a(10); | ||
| vector | ||
| vector |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
