Computer Science, asked by janvi342475, 1 year ago

Design a function long Merge(long, x, long y) that accepts numbers in x and y' Merge number stored in y
into x (numerically)and return the merged number.

Also, write a main() function to input the two long integer numbers and print the merged number by invoking
the function Merger ().​

Answers

Answered by rohitnivale5711
0

Answer:

I think it is a fair answer

Explanation:

Also, write a main() function to input the two long integer numbers and print the merged number by invoking the function Merger ().. 1. See ...

0 votes

Similar questions