Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular Searches:
if-else
class-diagram
Polymorphism
flowchart
Home
Questions
arrays
exercises \ arrays
Post A Question
Classifications:
Assignments
exam questions
examples
Interview questions
MCQ Questions
Projects
quiz questions
textbook solutions
Popular Categories:
Medicine
Networks
Java programming
C++ programming
C programming
c# programming
Python programming
Programming
Database
Php programming
Show Collections (29)
Show Questions (330)
Ruby Arrays Programs
|
0
|
81
|
1600
Rust Arrays Programs
|
0
|
29
|
896
C Arrays Solved Programs – C Programming
|
0
|
43
|
2720
C++ Arrays Solved Programs
|
0
|
40
|
1528
Java Arrays Solved Programs
|
0
|
12
|
2052
Swift Array Programs
|
0
|
24
|
791
Computer Programming-2 (CS2301) java examples Pass by Value, Pass by Reference , Arrays class and ArrayList
|
0
|
3
|
695
Interview C++ coding problems/challenges | arrays
|
0
|
10
|
651
C programs - Arrays and Pointers
|
0
|
6
|
747
ARRAYS AND FUNCTIONS IN PHP MCQ
|
0
|
141
|
2464
C language Two Dimensional (Matrix) solved programs/examples
|
0
|
21
|
835
Java Array Programs
|
1
|
39
|
1356
Show More
Find the union and intersection of two arrays in Python
mahmoud2506
2022-05-20
1 answers
487 Views
0 Likes
Given two arrays A and B of size N each, find the maximum N elements from the sum combination (A[i]+B[j]) formed elements A and B. You can only combine elements of two arrays you can\'t combine the same array elements
mahmoud2506
2022-04-30
1 answers
434 Views
0 Likes
(Strictly identical arrays) The two-dimensional arrays m1 and m2 are strictly identical if their corresponding elements are equal. Write a method that returns true if m1 and m2 are strictly identical, using the following header:
Nesma
2022-06-05
1 answers
142 Views
0 Likes
(Identical arrays) The two-dimensional arrays m1 and m2 are identical if they have the same contents. Write a method that returns true if m1 and m2 are identical, using the following header:
Nesma
2022-06-05
1 answers
171 Views
0 Likes
Write a program to define two character arrays initialized from string literals. Now define a third character array to hold the concatenation of the two arrays. Use strcpy and strcat to copy the two arrays into the third
KasimKamal
2022-07-04
1 answers
193 Views
0 Likes
Given two arrays A and B of size N each, find the maximum N elements from the sum combination (A[i]+B[j]) formed elements A and B
mahmoud2506
2022-05-01
1 answers
443 Views
0 Likes
Given two arrays A and B of size N each, find the maximum N elements from the sum combination (A[i]+B[j]) formed elements A and B
mahmoud2506
2022-05-01
1 answers
392 Views
0 Likes
Scala program to merge two arrays or array buffer
YasminRadwan26
2022-07-06
1 answers
389 Views
0 Likes
Given K sorted arrays arranged in form of a matrix of size K*N, you are required to merge them into single sorted array
mahmoud2506
2022-05-01
1 answers
503 Views
0 Likes
Given K sorted arrays arranged in form of a matrix of size K*N, you are required to merge them into single sorted array
mahmoud2506
2022-05-01
1 answers
462 Views
0 Likes
Given K sorted arrays arranged in form of a matrix of size K*N, you are required to merge them into single sorted array
mahmoud2506
2022-04-30
1 answers
514 Views
0 Likes
Appending/merging of two arrays in PHP
mahmoud2506
2022-05-25
1 answers
497 Views
0 Likes
Show More