Hello Friends
Welcome in my channel SPT999. (CCC, O level, BCA, B.Sc, ITI, DCA, ADCA, PGDCA)
This video is about to Storage Classes c in hindi. you will learn about the Use of array in c language in hindi in this lecture.this channel will be very helpful for your courses related to computer . you will see simplest and easiest way and examples in this channel for easy understanding related to the topic....................................
There are two types of allocation in c. Dynamic memory allocation and static memory allocation. allocation means giving memory to the variable or functions. static mean compile time allocation and dynamic means run time allocation.
link For C language Tutorial: https://www.youtube.com/playlist?list=PLUdCqFsBdR0h1Q8Yht1B13Kfnq6oNo1TN
link For Python Language Tutorial: https://www.youtube.com/playlist?list=PLUdCqFsBdR0ikHTdgaIEqyWaSVp5tf81E
Link For Computer Basic Tutorial: https://www.youtube.com/playlist?list=PLUdCqFsBdR0gKonOJDmKQv_fj6IKibZ5F
Link For Networking(Internet): https://www.youtube.com/playlist?list=PLUdCqFsBdR0hok6JrQF6N8NmiCZdhyrt4
#dynamicmemoryallocation
this video covers-
DMA in c in hindi
static memory allocation and dynamic memory allocation in c in hindi
malloc function in c
calloc function in c
realloc function in c
free function in c
calloc in c example program
malloc in c example program
realloc in c example program
free in c example program