Pls explain the circled part line bybline

Hello @sid.rajput23 this is just the syntax like the two arguments argc and argv which are passed in the main represents :
argc stands for argument count and argv stands for argument values.
you can see this video for practical understanding of this:


if you feel you still have any dount after watching this you can ask here:
Happy Learning!!

i got this ,but could you pls explain line 20,21 and 22 in the code given by me

Hello @sid.rajput23 this is the concept of 2d matrix which we are forming dynamically.
and it is happening like in line this depicts a pointer to the pointer.
and when we are coming one very index then for that particular row we are dynamically forming 1d array at that index of the array.
that means if we at the 0th index then at the 0th index we have dynamically allocated one 2d array.
if you still have doubt in any line you can ask here:
Happy Learning!!

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

1 Like