• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

Merging of two array

12345 678910 12345678910

c++
29th Aug 2017, 6:36 AM
Ram Varma
Ram Varma - avatar
2 Answers
+ 10
https://code.sololearn.com/cJ6RjSRvl0vO/?ref=app
29th Aug 2017, 6:48 AM
P R
P R - avatar
+ 2
#include <algorithm> ... int a[5], b[5], c[10]; ... copy(a,a+5,c); copy(b,b+5,c+5);
29th Aug 2017, 7:54 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Best way to learn a new programming language fast?
3 Votes
Where make_unique is better than unique_ptr(raw pointer)
0 Votes
Will i land a job
1 Votes
Course
1 Votes
Why we use oops in python rather than any function ?
1 Votes
someone helps how can i make two for loops over a 2d array in c ( i didn't learned pointers yet )
0 Votes
why is my leaderboard diferent than my brothers
0 Votes
Project ideas
1 Votes
What do you think would be good for some new courses?
0 Votes
Do you think AI will replace programmers?
0 Votes