Understanding the Void Pointers

preview_player
Показать описание
Data Structures: Understanding the Void Pointers
Topics discussed:
1) What is a void pointer?
2) The use of void pointers.
3) Use of void pointer in malloc function.
4) Use of void pointer in calloc function.

Music:
Axol x Alex Skrindo - You [NCS Release]

#DataStructuresByNeso #DataStructures #VoidPointer #Pointer
Рекомендации по теме
Комментарии
Автор

Learning C and this channel has best contents with examples and tests.
Loved it.

kenshein
Автор

Sir please upload daily
I want to complete DS in lockdown
I tried many YouTube videos for DS but Neso is best

indiancoder
Автор

your way of teaching is awesome sir,
I only request you sir to please complete the playlist it will help us all
thank u for this sir

rahulkhandelwal
Автор

You are ...the best teacher on YouTube

shaikhmoin
Автор

This is amazing i really enjoy these videos !!

omarayyad
Автор

Your way of teaching is so good sir I except more things from you sir

lakshmipriya
Автор

You are the best in everything
Please try to upload all the lectures of all cs subjects so that we can complete our syllabus

shalinibehera
Автор

Sir homework problems ka answer bhi bata diya kariye...next video me

shaikhmoin
Автор

Helped me to clear a long lasting doubt. thank you sir

Jokerwallah
Автор

your way of explaining the concepts is totally fantastic and awesome, thanks again sir for this wonderful presentation

sergion_brayen
Автор

Sir ... please upload videos more frequently please sir...

shaikhmoin
Автор

Question: I do assign &var (7) to a *voidptr (void pointer). I do cast the void pointer to int pointer. Afterwards, I do print out *voidptr (gives me address of the variable) and **voidptr (gives me value of the variable). Why does not *voidptr dereference give me the value (7), but the address?

Skiskiski
Автор

Sir please upload the other lectures on this topic as soon as possible

Red-gf
Автор

please make video on master theorem to find complexities of algorithm with recursion

arjitsingh
Автор

Eu gostaria de uma série de vídeos com a construção de um computador

lucasf.v.n.
Автор

Sir,
Can u pls explain this qn :
C-language:-
void main ()
{
int x [3][4] = {{1, 6, 9, 12}, {11, 17, 3, 2}, {20, 23, 4, 5}};
int *n = &x;
}

(i) * (*(x + 1) + 1)
(ii) *(*x + 1) + 3
(iii) *(n + 3) + 1
(iv) ++(*n++) + *n
evaluate each expression.

mesut
Автор

Hello
good morning

Excuse me
I have a question about the data structures of the thread of the linked listings

مصطفىكاظممحسنمحمد
Автор

Artificial intelligence videos pls sir

sathyasamy