FunctionlenOfLongSubarrQuestion:
Given an array containing N integers and an integer K, find the length of the longest subarray with the sum of the elements equal to K.
Exa
01.Arrays/3.Hard/13.Longest_subarray_with_sum_k_containg_+ves_and_-ves.cpp:18