Storing the String Literals

preview_player
Показать описание
C Programming: Storing the String literals in C Language.
Topic discussed:
1) How the string literals are stored in the memory.

Music:
Axol x Alex Skrindo - You [NCS Release]

#CProgrammingByNeso #CProgramming #Strings #StoringTheStrings #StringsInC
Рекомендации по теме
Комментарии
Автор

@Neso Academy

"Always happy to see Neso Academy notifications!!!!"

kaushaljoshi
Автор

Great teaching skills . Thank you for providing this level of lecture free

jagath
Автор

I really wanted to know, how much homework you do to project a topic in such less number of minutes so clearly!!

sungamer
Автор

In short duration, crystal clear explanation
I have completed many paid tutorials but none can taught me like you do

varshini.r
Автор

It's my one of the favourite youtube channel.

prick_info
Автор

Thank you! I loved this! It was so informative! Helped me a lot!!!

usernoneofyourbusiness
Автор

Very very detailed explanation thank you

bopon
Автор

Thank you sir for these awesome videos.

celilylmaz
Автор

Amazing and amazing and the perfect way of explaining a topic
I truly liked your way of teaching sir
Thank you so much

keerthnabharadwaj
Автор

then what about in scanf passing place holder like %d, %s what does that means

kesavanram
Автор

DOUBT

I get it what the different place holders signify. It basically means that the placeholder is asking the printf function to expect pointer to a certain data type that has been stored in some variable, be it an array(int or string), or any other initialized variable. But how do you define a pointer for this

int main ()

{
printf("%c\n", 'y'); // In this case where does the pointer exactly point to, because there's actually no variable storing the character//
return 0;
}

jarjarbinks
Автор

may i know how long you will take to complete this c programming playlist sir

salahuddinpalagiri
Автор

thank sir ur teaching is very good
i needs some help plz provide this lecture in pdg

legendsfans.
Автор

why is the '0' has the code 48?
#new

komoru
Автор

Lol! That's mean I can put the null terminator in printf and after \0 that will not be printed

printf("this will print\0 This will not");

mythacker