Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

prints out the elements in the array c++

for (auto i : a){ //C++11
	cout << i<< " ";
}
 
PREVIOUS NEXT
Tagged: #prints #elements #array
ADD COMMENT
Topic
Name
1+6 =