C Programming Tutorial # 18 - Concept of Strings [HD]

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

In this tutorial we discuss the concept of Strings, how they can be visualized in memory and how they are null terminated.

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

I like how you have a good grasp of the basis. That is the stuff most teachers don't talk about and confuse the hell out of you.

JBSKK
Автор

your tutorials are helping me prepare for an exam tomorrow morning - they're great!! Thanks.

aellis
Автор

if i never found this channel, i probably wouldn't be passing my c class. thank you so much!!

CombsDeserts
Автор

Hi there.
You are doing great job. Please don't stop. This is very valuable information.

maxiakovliev
Автор

This made strings so clear to me and I was struggling before with it! Thank you! Its so kind :D

melaniewhitfield
Автор

You're really helping us alot thank you, especially as new students ....we share your videos

hajarmohamed_elhassen
Автор

You are the best C prog Teacher.   Thank you so much.

mdmufti
Автор

@Rsis227 Thanks for appreciating. I am glad to help. Keep watching the tutorials and giving me the feedback.

Learnorama
Автор

yea bro, these are some great tutorials..you dont know how much good u r doing to the students... :D
thanx alot!

photosbybank
Автор

I would really appreciate it, if you kept the intros short. Instead of telling people to become a fan, just write it in the discription..

AhmedThaking
Автор

I have a c programming exam in two days. These are helpful

David
Автор

I knew what you meant, but I wanted to ensure it was clear to those that are new to the entire process.

Aviose
Автор

Thank you, Sohail. There should be more people like you! (bow)

dautm
Автор

Superb tutorials. Taught in an Understandable manner. But where is the tutorial "MORE ON ARRAYS - PART 2???

gauthamkamath
Автор

I know this has been up for a while, but it's not just a 0, it's a \0 for the null terminator... Every bit has to be 0 and \0 is how we represent it.

the number 0 as we use it is actually 30 in ASCII hexadecimal. Great video, though :D, just trying to help.

Aviose
Автор

@ffxme Yes, spaces are characters. And yes you can store sentences as strings.

Learnorama
Автор

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

Learnorama
Автор

Very good job, I am watching right now. 

ortitsegbenanna
Автор

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

Learnorama
Автор

Thank you. But regarding 0, what you are talking about is the char '0' which is represented as 30 hex. But number 0 is the same as the char '\0'. Hope this helps.

Learnorama