C Programming (Important Questions Set 1)

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

C Programming & Data Structures: Important questions in C programming.

Topics discussed:
1. Important questions in C language.

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

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

That moment where I actually understand things :) brings tears to my eyes. Thank you. I am trying to prepare more before I graduate and these lessons are helping so much.

beaubreau
Автор

Hello Neso Academy, Could you please enable all English closed captioning for all of your C programming lectures? I would be grateful if you do that. Because I am deaf so I cannot hear your explanations. Thank you

ParthKawatra
Автор

char = -128 ~ 127
unsigned char = 0 ~ 255
char a = 255
a(2) = 1111 1111
1111 1111 = -1

answer
a + 10 = 9

clvvvzx
Автор

I can't pay you back Neso Academy, but I assure you, once I get a job, I'll surely contribute to this channel. The way you are providing such a nice content for free of cost, it's just amazing!!!

SaurabhKumar-qcog
Автор

Finally You tube recommend something worth to watch.Thanks for the wonderful explanation.

nitinagrawal
Автор

this is from the legendary category course on youtube, explaination
on peek

abhijitroy
Автор

This questions were just too helpful.
Glad that I find your channel sir 😀

saniyamansuri
Автор

In C, Q3 is not guaranteed to work if char is signed, as the result of the narrowing value conversion is either implementation-defined (as the signed-type representation is implementation-define). On compilers which define char as unsigned, it is guaranteed to work and print 9. And this all of course assumes that CHAR_BIT is 8. Just to make you aware that the results are by no means guaranteed by the standard. (if CHAR_BIT is say 16, then it prints 265), and if char is signed using sign-and-magnetude, it prints -117 (as 255 converts in that narrowing value conversion to -127, then -127+10=-117).

connorhorman
Автор

I never saw someone explains like this👏

nandannswamy
Автор

Sir i am preparing for gate 2020... ur videos whr in recommendation .. u hv no idea how good u are at teaching.... totally worth watching...

Gamechanger..
Автор

Great variety of questions! Loving the content <3

jupjyotkhosla
Автор

I would strongly advise you to include to which standard you are adhering. After C99 using implicit integer will at least throw a compiler warning and depending on parameters will not even compile.

impulsiveDecider
Автор

Nice this is very good and really helpfull video sir, Thank you very much.

MdTausif
Автор

These videos are really helpful, I watch them with my friends on Voicely whenever we practice coding. We all agree that we learned more from YouTube videos than from school lol

julchni
Автор

I am so lucky to have found your channel 😊

saswatpradhan
Автор

A beautiful explanation
Happy to listen in a simple manner

thalupulasridevi
Автор

This is so great. Pronunciation is better than every other Hindis

fatihkeskin
Автор

Thank u so much sir actually i like tge way u were teaching it helped me a lot🙇

Vijay-ucyd
Автор

Really amazing.... Plz make more videos on this topic

vishakasaxena
Автор

So good... finally got something really useful

haowenwei