If i have an array and i want to fill this array by default value = 5
I made it like that.
Can i made it by another way !?
array < int , 6 > arr ;
arr.fill(5);If i have an array and i want to fill this array by default value = 5
I made it like that.
Can i made it by another way !?
array < int , 6 > arr ;
arr.fill(5);Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Rajanikant HawaldarPosted Jun 24, 2021, 12:03 PM