Pointer assignment vs strcpy in C

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Best C programming channel! Great and very clear visualization!

CosmJJ
Автор

Ahhh dark scheme 😊, i watched it at night so this episode suitable for my eyes🎉

ronaldweasly
Автор

This is analogical to visiting John in his home while John is staying at Ron home, and not finding John because he is staying at Ron home. Unless John stays home we can not visit him at his home.

fifaham
Автор

man I'm surprised you don't have more views so clear and concise!

henrylj
Автор

thank you for great content keep it up👏👏👏👏

preciouslife
Автор

Thanks a lot for such a clear explanation

anastasiiasmirnova
Автор

Al intentar compilar y ejecutar en el minuto 3:17 me dice: [Error] invalid conversion from 'void*' to 'char*' [-fpermissive].

JennVgS
Автор

Hi CodeVault, what happens if the pointer you'll assign with str = example is a parameter to the function "process", will the pointer assignment still work after the function ends?? Or will you have the same problem given that example[] wasn`t dynamically allocated outside the function in the first place??

juanmartinecheverria
Автор

I daily use to watch ur videos...literally daily...And I'm a student so I badly need a good knowledge in amazon and google interview questions...I request u to crack interview questions plzz...Whatever company it may be...particularly in c language😥😥

amirthak
Автор

Hey mate, really and maybe the best explanations Iǘe seen so far about C. Can you post a video on how to check if a string inserted by the user can be checked against an array of strings to see if it is there? Iḿ struggling with that and want to fill an array to be used on a function, but need to accept only the strings that are equal to the ones alowed. (stored on another array for comparison).

brunomachado