Задача 1 от Memory Аccess and Мanagement c++
Write a program that reads two integer arrays from the console and
compares them element by element. The comparing should be done in a
function bool compArr(int arr1, int arr2), which returns true if
they are equal and false if not
Щом така е зададено в условието bool compArr(int arr1, int arr2), според мен означава че в тази функция сравняваме само по един елемент от масивите а не всички елементи от масивите, така ли е ?