Write a program to initialize the following integer arrays. Print a suitable message whether the two array are identical or not. Make use of Boolean data type to decide whether the two arrays are same or not. Ar[]={146,236,346,456} and Br[]={146,236,346,456}
Answers
Answered by
2
Answer:
a program to initialize the following integer arrays. Print a suitable message whether the two array are identical or not. Make use of Boolean data type to decide whether the two arrays are same or not. Ar[]={146,236,346,456} and Br[]={146,236,346,45
program to initialize the following integer arrays. Print a suitable message whether the two array are identical or not. Make use of Boolean data type to decide whether the two arrays are same or not. Ar[]={146,236,346,456} and Br[]={146,236,346,456}
Similar questions