MENU

Fun & Interesting

The ONE Thing Most C Programmers Get Wrong!

Code With Huw 35,131 lượt xem 9 months ago
Video Not Working? Fix It Now

An Array variable is a special type of pointer.
Lots of programmers think that statement is correct. You may even have read something similar in programming books. Well, it’s not true. In C, an array is not a variable and it’s not a pointer. In this lesson, I explain what an array is - and it may not be what you think it is!

MORE LESSONS
=============
To watch other videos about “low level programming”, go to the “Down To The Metal” playlist:
https://www.youtube.com/playlist?list=PLZHx5heVfgEt8Ynevr3OX9UBKLPXdSMGM

Be sure to subscribe to the Code With Huw channel so that you get a notification when I upload more lessons in this series.

PROGRAMMING BOOKS
====================
If you want to learn programming in more depth (and also support this channel!) you might think of buying one of my books. I have written books on C programming, Using Pointers in C, Recursion and other programming topics. You can buy my books (paperback or Kindle) on Amazon.

*** The Little Book Of Pointers ***
Amazon (US) https://amzn.to/2LF2aVb
Amazon (UK) https://amzn.to/2FViSvS

*** The Little Book Of C Programming ***
Amazon (US) https://amzn.to/2RXwA6a
Amazon (UK) https://amzn.to/2JhlwOA

“CODE WITH HUW” ON TWITTER:
=================================
https://twitter.com/codewithhuw

“CODE WITH HUW” ON FACEBOOK:
=================================
https://www.facebook.com/CodeWithHuw

Good luck! And good programming!

Comment