- 1
Array
given an array, arr[] of integer numbers have size n. the task is to find out single or consecutive numbers from arr[] with 0 sum. when found, print "1" otherwise "0".
3 Respostas
+ 1
That sounds like a challenge.
If you need help, please share the challenge and your attempt
0
Your question seem to be easy you have already used array means u know concepts of array and how to access elements from array just use for loop and inside loop use if else statements