C Programming Tutorial # 34 - Array of Pointers - Part 1 [HD]

preview_player
Показать описание
In this tutorial we learn about the array of pointers. Don't confuse it with pointer to array.

This tutorial is part of the following series:
Рекомендации по теме
Комментарии
Автор

Making abstractions a little more concrete like this is fantastic.

doubleja
Автор

Wow! That's very well explained. Thank you!

czarkefa
Автор

@doubleja Thanks. I am glad you are liking the tutorials.

Learnorama
Автор

*px[10]=&x throws compilation error! -_-

koushikshomchoudhury
Автор

whats so great about pointers anyways? cant you accomplish everything you need without them?

bondservantHim