sir, i have watched 12 of your videos by far. Programming fear is now eliminated from my mind but please can you tell me are your lectures enough to learn whole basic c programming and clear my semester exams with good grades? I appreciate what you've done for the student community and i think i speak for everyone when i say THANK YOU SO MUCH !!!!!!!!!
hats off to you sir ...you are the best teacher ...and thanks for teaching us ... for making efforts ...may god give you all the happiness you want ...and great thanks from me and my classmates😊
Thank you sir for your effort ♥️♥️But I have one doubt I know that microprocessor converts hexadecimal number into a binary number but here you convert decimal number into a binary number.sir please clarify my doubt!
Aapke c language ke cousre hai wo level 2 delha hai premium me kya wo free hai ya premium join karna parega kyoki kuchh bhi chhute nahi ye chahta hu mai ...
I have a query sir, As '0' or '1' or '2' has also ASCII codes, my questions is as we can directly convert them all into binary numbers then why do they need ASCII codes?
sir...from this video i get to know that ASCII is numerical representation of any chancter type data like '+'..now does it represent the sign (+) when we use it in mathematical representation?..if no then how can we represent this mathematical (+) or (*) sign in computer understandable language? i.e in binary??
Sir Abhi tk kisi ne bhi answer nhi diya ummeed hai aapke channel me milega A ki value 65 Hoti hai or 65 ek decimal number bhi hota hai To computer 65 me or A me fark kaise krega ki ye A hai ya koi decimal number
32Keyword bhai agar 'A' likha hua hoga to uska data type 'char' hoga or agar decimal number likha hua hoga to uska data type int hoga.. Means data type se data ki pehchan hogi kis type ka data h.
Sir ap NE sizof(char) ka btaya tha K ASCII coding ki waja se Memory ma actual wo 2 byte le Ga but yaha Ap ASCII code K lecturer ma bta ray ha k agr hum kisi character ko int ma store kary gay to wo Memory ka wastage ho GA ye kya confusion ha please bta dy
(97) in decimal = (01100001) in binary ....so first bit is sign bit which shows it is positive.....but in (255) in decimal = (11111111) in binary ......here 1 in sign bit representing 255 as negative number which is wrong .......so sir tell me please how to write 255 in binary in 8 bits in sign magnitude representation....please sir clear my doubt..🙁🙁🙁
to store 255 you need an unsigned char , as it is unsigned ,8th bit is also used to store number,and that is why you can store a number bigger than 127. you cant store 255 in signed char , as it allows only -128 to 127, the 8th bit in signed int stores sign.
Hello sir U r awesome.. I learn c language logically through ur videos. In this video I have a question.. as u say 97 binary no. Is 01100001 . I didn't knew how to convert 97 into binary no. Then I search the method in Google then I got. coolconversion.com/math/binary-octal-hexa-decimal/_decimal__97_in_binary_ This 1100001 I didn't got it in ur video how come 0 before 1100001 ? Can u please explain me.
Your videos clearly reflect your hard work. Great videos sir .
If a average Student learn from your videos regularly he will become success 1 Day definitely 🙏🙏
true
True bro
best thing i love about him is he gives "complete" knowledge.
Really Sir.. What a explanation... Best sir.. Aaj se mein apko apana Guru maan liya he Sir...
MysirG दिमाग का दही हो गया 😮
Thankyou for such a clear explanation .You are spreading knowledge across the borders . Thank you so much
I have never seen such a clear concept before. I see the concept in the video and the following things automatically come to my mind.
Thanks you sir
I think Your explanation are best in all the India
sir, i have watched 12 of your videos by far. Programming fear is now eliminated from my mind but please can you tell me are your lectures enough to learn whole basic c programming and clear my semester exams with good grades?
I appreciate what you've done for the student community and i think i speak for everyone when i say THANK YOU SO MUCH !!!!!!!!!
apke jaisi videos koi bhi nahi bana sakta hai
hats off to you sir ...you are the best teacher ...and thanks for teaching us ... for making efforts ...may god give you all the happiness you want ...and great thanks from me and my classmates😊
ur teaching is very useful for my study
Are u doing graduation
a great teacher
sirrrrr u r fabuloussssss...
amaaaazing teacher ever i have got
Amazing ,you cleared my all doubts
Sir
Thanks for uploading new videos so that we are able to study what is going on Industry....
This tutorial is very helpful , Thankyou .
u've done a very good work in teaching of programming
you will be a very helpfull part of my campus recruitment saurabh shukla sir..
Yes...
thank you sir you are amazing wish you every success and health in life..
Very informative and beautifully explained. Thanks.
Thanku 4 teaching us,sir!
Pranam guruji..
You are doing great job
Nice lectures for programming language thanks sir
It really helped me, Sir...Thank you so much
Thank you sir. apko dhanyawad kahna bahot kam hai .
Aapko bahut bahut dhanyavad
Superb explanation sir
Nice lecture
Sir aap aise padha rahe ho jaise aap revise kara rahe ho .....non computer student kaa kya hoga
Thank you sir g for this amazing lecture !
Very informative and easy to learn
THANKS SIR FOR SHARING KNOWLEDGE
very helpful sirG
sir bahut acha video
Great effort sir
well done sir god bless u
It was very helpful thanks
Great sir..:)
Great video sirji
Great work
Thank you sir for your effort ♥️♥️But I have one doubt I know that microprocessor converts hexadecimal number into a binary number but here you convert decimal number into a binary number.sir please clarify my doubt!
Awesome
NICE SIR . THANKS SIR .
Sir,I need to convert any integer value to its string value without using built in function. I.e 1=one. in string
Very helpful Sir 😊
sir music file and images binary mai kaise convert hoti hain ispe bhi ek video bna dijiye plzz
sir you are gold
Aapke c language ke cousre hai wo level 2 delha hai premium me kya wo free hai ya premium join karna parega kyoki kuchh bhi chhute nahi ye chahta hu mai ...
I have a query sir, As '0' or '1' or '2' has also ASCII codes, my questions is as we can directly convert them all into binary numbers then why do they need ASCII codes?
Brilliant tutorial
Thank u !sir
sir, I want to ask that as u told that ASCII code is the numerical representation of charcters then why numeric no 0-9 have there ASCII codes
Sir, agar ASCII c programming me use hota hai to kya hum c programming me utf-8 or 16 use nahi kar sakte???
Nice video sir
thank you sir...:)
we all are love you...
sir clrscr(); function bhi error de raha hai code block or dev compile me ?? plz give me a solution..
Sir ,mujhe algorithm or flowchart me confusion hota h please eshke liye bhi video banaye.
*Whenever you ASCII it seems Aashiqui*
But Very usefull videos
Great
o level first paper ke liye sare ascii code learn krne padege? ydhi nhi to kaun se yad kre
Are u doing
Very nice
Sir is we need to remember these
sir first paper ke important topics ki vedio upload kre plz
Thanks sir
sir...from this video i get to know that ASCII is numerical representation of any chancter type data like '+'..now does it represent the sign (+) when we use it in mathematical representation?..if no then how can we represent this mathematical (+) or (*) sign in computer understandable language? i.e in binary??
+ is not a character but an operator
'+' is a character which has some ASCII code
sir ASCII code me kaise no. input krne Hai jaise Apne alphabet a ka Kiya 128 so on
Sir c ke Lia kon sa book achha hoga
bhai book ki kya jaroorat video hi kafi hai
Nice
sir please upload a video on tower of hanoi " without recursion" ...
also explain what is Unicode?
guru ji pranam
Sir having me problem to write the narration of statement can u solve my problem
Sir Abhi tk kisi ne bhi answer nhi diya ummeed hai aapke channel me milega
A ki value 65 Hoti hai or 65 ek decimal number bhi hota hai
To computer 65 me or A me fark kaise krega ki ye A hai ya koi decimal number
32Keyword bhai agar 'A' likha hua hoga to uska data type 'char' hoga or agar decimal number likha hua hoga to uska data type int hoga.. Means data type se data ki pehchan hogi kis type ka data h.
Brilliant thanks.
sir pleaase post a videos on string program in c lanhuage
sir UNICODE or EBCDIC code ka ek details video banaw
Sir ap NE sizof(char) ka btaya tha K ASCII coding ki waja se Memory ma actual wo 2 byte le Ga but yaha Ap ASCII code K lecturer ma bta ray ha k agr hum kisi character ko int ma store kary gay to wo Memory ka wastage ho GA ye kya confusion ha please bta dy
kya sabhi ascii code ko yadd rakhna padega?
sir computer organization ke bare me video banay
string type lecture plz sir
awesome
Sir O (zero) toh already binary number hai toh uska ASCII code q define Kiya gya hai !
thank u sir
(97) in decimal = (01100001) in binary ....so first bit is sign bit which shows it is positive.....but in
(255) in decimal = (11111111) in binary ......here 1 in sign bit representing 255 as negative number which is wrong .......so sir tell me please how to write 255 in binary in 8 bits in sign magnitude representation....please sir clear my doubt..🙁🙁🙁
to store 255 you need an unsigned char , as it is unsigned ,8th bit is also used to store number,and that is why you can store a number bigger than 127. you cant store 255 in signed char , as it allows only -128 to 127, the 8th bit in signed int stores sign.
may be within 2 to 3 days ..
please sir
nice vedio sirG
sir,aapne 0,1,9 ka code mn se likhe hai..ya ye default hoti...pls reply
Sir mein aapse baat karna chahta hu..kya mein aapko phone kr sakta hu..plsss
1st to comment 😆😆😆😆
help ful video
Thanks
Sir c programming me ASCII code ka use kaise karate hai please bataye
Sir reply kijiye
Sir kiska kitna ascii code h kaise malum hoga
done
Sir 97 ka binary 01100001 kasay aaya
97/2 reminder 1
48/2 rem 0
24/2 rem 0
12/2 rem 0
6/2 rem 0
3/2 rem 1
1/2 rem 1
0/2 rem 0
Rem bottom to top 01100001
sir iscii v h kya
sir you commit one mistake binary representation of 255 is 11111101
sir binary of 97 wrong is wrong
How ASCII codes are used in teleprinter ?
Hello sir
U r awesome.. I learn c language logically through ur videos.
In this video I have a question.. as u say 97 binary no. Is 01100001 .
I didn't knew how to convert 97 into binary no. Then I search the method in Google then I got. coolconversion.com/math/binary-octal-hexa-decimal/_decimal__97_in_binary_
This 1100001
I didn't got it in ur video how come 0 before 1100001 ? Can u please explain me.
01100001 is same as 1100001
prefixing 0 makes no change
Ok sir thank you 😊
Thanqqqq dada
Sir how learn to ASCII table easily method
plz don't learn it ....... just remember some ASCII codes..... solve problems on it ........... & you will be good to go
Ashiqui code's 😂