31 - DECIMAL TO BINARY CONVERSION - C PROGRAMMING

preview_player
Показать описание
This is the program to convert any decimal number to equivalent binary number.
Рекомендации по теме
Комментарии
Автор

thank you very much bro, I have been searching since 2 days for the perfect explanation, you are really a life saver bro

BAshivakiran
Автор

Already we have while loop and we have the values of B[I]

rockupdates
Автор

This video is great, all i had to do was listen to an explanation, then look at the code, then bam, i understood and made my own in seconds, thanks for this great video, keep it up :).

qwerty
Автор

The way of Ur explanation is just fantastic...very clear..perfect👌

shaheerbanushaik
Автор

Sir I tried initializing the array as int bin[ ] = { } . instead of displaying the output as 101 it displayed me 100 . what is the reason, could you please help me in figuring out it

saravananjagadeeesan
Автор

Thanks sir, I wanted to learn these concepts. From other resources, it was tough to understand, but your video helped me out!!

sirikisrinivasarao
Автор

i tested it, but not working. so, it is better you do it practically.thank you.the other thing is your explanation is very nice. below is your code:
int main(){
int b[100], d, j;
printf("enter d:");
scanf("%d", &d);
i=0;
while(d>0){
b[i] = d%2;
d = d/2;
i++;
}
for(j = i-1;j >= 0;j--)
printf("%d", d[J]);
}

lifeinformationtechnology
Автор

Konch Mike vadandi bayya. Alago anthakastapadi videomaking chesthunaru. Alage konchem voice kuda clarity ga. Manchiga unte 100% results vasthay. Explaination matram superb. Chala baga cheparu

artistfantasy
Автор

what is that firsrt u initailazed array of 100

NithinRathna
Автор

this is exactly what i thought to solve this problwm but did not know about how to use an array properly. i knew that i need something that can store values

imranonweb
Автор

thanks for great explain
i really appreciate that

saifulbhuiyan
Автор

Sir I want floating point decimal number into binary can you please explain please sir

megharajbnpesuecestudentpe
Автор

impressiv how u can explain and solve at the same time, i can barely solve the problem on an IDE.

bigpepsi
Автор

5 is not a decimal number it is a integer. 5.0 is decimal

k.chendrayayadhav
Автор

sir, it very useful your explanation is so good
hereafter make a video quality clearly

meenarameshbabu
Автор

I have no doubt on conversion of number after seeing this video.
Tq sm❤️

realgamer