This is the most essential series one could watch on C programming for gate. Intricate details untangled quite simply. But please hurry up because I don't want to sit for Gate 2020 without watching your explanation on linked list, stacks n queues.
@jakemichaelwilson2 жыл бұрын
In the video titled "String Length Function - strlen() which is (index=140), at 1:45 it states "Note: it doesn't count NULL character". Notice in this problem the word "string" has 6 characters numbered 0-5. Therefore, character 6 is "\0" which is how I got this wrong. Tricky tricky tricky...
@pradhanan94133 жыл бұрын
What if we try to print p[3]?
@kunalsoni76815 жыл бұрын
superb awesome and also great
@berhangayele26362 жыл бұрын
o/p is 'g', not NULL character,compiler did n't add it.
@crazy_facts9 Жыл бұрын
Very good lecture
@opst17045 жыл бұрын
If someone, that has effect on these tutorials, reads this, then I kindly request videos about format specifiers. In this video we saw their importance. edit: *specifiers
@anshulrautela12a97 Жыл бұрын
great questionn
@mohanjayagopal9473 жыл бұрын
Very helpful ❤️
@01.abhishekkumar332 жыл бұрын
Good question sir
@Tanzimhossain22 жыл бұрын
what happen If i take (i=0; i
@chandradeep7135 жыл бұрын
When will you complete sirr
@prathamesh29064 жыл бұрын
option c
@deviprasannavetsa30203 жыл бұрын
Brother, null character is in 7 th position
@BruceWayne-mf6xf3 жыл бұрын
Yeah, I noticed that too
@Hariharan-vi8me3 жыл бұрын
@@BruceWayne-mf6xf no the index starts from 0.So, the null character is at 6th position
@j.r.r.tolkien87243 жыл бұрын
Yes it is in the 7th position which is index 6. So nothing wrong in his explanation.
@qandos-nour4 жыл бұрын
thank you bro
@mohammedshaikh83432 жыл бұрын
thanks
@VITS-F-tb1oc4 жыл бұрын
thank u sir
@ruthviksaikalahastri7513 Жыл бұрын
Answer is (d) No output is printed
@souravsarkar61074 жыл бұрын
4 nothing will be printed
@amansingh-xp8yi5 жыл бұрын
Plz guys support this channel by contributing small amount through donation as this is the only channel which provide good content and remember good things never come in free so request u all plz donate so that the aim of this channel to provide free education with good content goes on . I donate plz guys start your good initiative
@khushimittal4176 Жыл бұрын
Wrong !!!!!!!!!!!!!!!!!u say it will not count null then how will be s[6] =0 apply.
@rahul_sonar4 жыл бұрын
♥️
@ravindrayadav61033 жыл бұрын
Option c is printed u gone wrong 6 character is not null character it's. "g'