Lecture 26 (Computer Programming in C) Dynamic memory allocation, Pointer Array, 2D array pointers

preview_player
Показать описание
In this video, we will discuss the dynamic memory allocation, array of pointers, array pointer, and the relation between the 2D array and pointers -- NIT Srinagar
Рекомендации по теме
Комментарии
Автор

Great Janib. I have not forgotten this writing and this method of teaching since our college days when you taught me in 1st year. Miss the college days.

AshishRajput-fhbh
Автор

It felt a very difficult topic, hope i can make upto its questions.

itsparth
Автор

Very informative sir but bounced after 50 min

yadavji_
Автор

27:57 We declare p as a pointer variable but then we treat it as an array, how?

Hustler
Автор

sir can't we decide the size of an array during runtime in another way by initialising an array like this?:

int n;
scanf("%d", &n);
int arr[n];

i used this and it was working.

Thank you sir, a very nice lecture👍

mridulsharma