C Program To Concatenate Two Arrays

preview_player
Показать описание

Lets write a C program to concatenate or append two arrays into a third array. Make use of macros to assign size of the arrays.

Example: Expected Output
Enter 5 integer numbers, for first array
0
1
2
3
4
Enter 5 integer numbers, for first array
5
6
7
8
9

Merging a[5] and b[5] to form c[10] ..

Elements of c[10] is ..
0
1
2
3
4
5
6
7
8
9

C Programming Interview / Viva Q&A List

C Programming: Beginner To Advance To Expert
Рекомендации по теме