C Programming Tutorial # 21 - Concept of Pointers - Part 1 [HD]

preview_player
Показать описание

This tutorial introduces the concept of pointers. It first starts with showing a visualization of the computer memory and how the bytes are addressed. It then explains the concept of pointers and how they are declared in C. It also shows how to assign addresses to the pointers and it also talks about how to access memory locations using pointers.

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

Your videos have greatly changed my perspective in the world of programming. I recommend watching your videos rather than going elsewhere on the Internet to learn C programming. Thank you very much. You are a GREAT teacher!

MrPrincemaster
Автор

believe me .. we are watching ur tutorials so dont worry.... just keep going. u have no idea how helpful ur vids are.

rickeyrudey
Автор

Sir, I wanted to extend my thanks to you for creating these videos. Your style for explaining things is really easy for me to grasp. Right now, I don't have any suggestions because I am still pretty new at this, thus, wouldn't know what I was talking about anyway, lol. But as I begin to master the concepts as you teach them, I will take the time to look back and offer anything I can think of worth mentioning. Thanks again and best regards! Chris-

MrCmcag
Автор

Awesome tuts so far, really good to have someone who breaks it down. The last video though got cut off at 2 minutes while you were talking so not sure if you finished that one but other than that thnx for the help, I am about 8 weeks from graduation so trying to learn as much as I can.

GymShu
Автор

This is so helpful! Thanks so much. I have a programming exam tomorrow, and I've always had problems with pointers.

Leonhart
Автор

A very good explanation - you cannot explain pointers without explaining how memory works!

Andybaby
Автор

best explanation on youtube ! thx alot ur always helping me on c programming :D

oweisagtash
Автор

beautiful explanation of pointers. best I've heard.

JaemsKeray
Автор

Thank you for your tutorial. Its very easy to follow and understand

nissimcohen
Автор

Thanks alot man. You really made me understand the basics of pointers. :)
#respect

jashansandhu
Автор

Depending upon the processor. For most of the processors today it is 4 bytes. You are reading from a very old book when the processors used to be 16-bits.

Learnorama
Автор

Nice video certainly helped me out of pointers

anufvishal
Автор

Great tutorial man, many thanks, keep up good work :)

stylepetrov
Автор

thanks for this tutorial...!
a very good explanation on pointers!

VINAYKUMARJAISWAL
Автор

thank you very much, , I hope to post more operation by using pointers in c_programming ;
God bless and guide you;
Rana from Egypt

EngRona
Автор

u r teaching and building wrng concepts

SukratiShrivastava
Автор

I am glad to help. Dont forget to visit CPlusPlusTutor. com

Learnorama
Автор

Hi do you have any tutorials on posix - multithreading . I find your tutorials on C language very helpful

exia
Автор

Thank you. Dont forget to visit CPlusPlusTutor. com

Learnorama
Автор

You must be using 16-bit Turbo C compiler :) I'm surprised they still didn't changed anything in India. Still using old school compiler even at college level. You have VC++ compiler on windows, gcc on unix and so many others which are 32-bit compilers, means integer is 4 byte for them.

vivs