void fun(vectorvec) { some code } int main() { int n = 5; vectoravec(n); fun(avec); }
What is the time com