Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Split array in group of n element.
Pruthvi Patel
8y
259
1
Reply
I have one array called ans[i].
ans[i]={1 2 3 4 5 6 7 8 9 10 11 12 13 14 } //n no.of inputed element.
and i want to split in group of 3 and sum of 3-3 elements and stored it in array.Like this
res[0]=6
res[1]=15
res[2]=24....like this.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Run windows tray application when system boots up
Split an array in n elements and sum like below.