Answers for "how to declrae an array of size 1"

C++
1

how to declrae an array of size 1

vector<int> arr = {1};   // Initialized with 1 at arr[0] pos.
Posted by: Guest on February-12-2022

Code answers related to "how to declrae an array of size 1"

Browse Popular Code Answers by Language