01:02:39 in this session

Why we use print in line number 4 while doing c++ code. Explain in technical way .

Hello @Nikhil-Aggarwal-2320066674901389,

In the video, Sir has made a function named print with return type void.
It accepts array as an argument and print the address of the first index of array i.e. a[0].
This function was created, just to explain the concept that the name of an array act as a pointer to the first index of the array.

If this was not your question, then please explain it properly.

Hope, this would help.