Print Binary Pattern of certain width and height in c programming language

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

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

hello sir this is sandeep. you have really made a nice video which makes me to understand the logic behind it. i understand hindi only a little but i got it perfectly thank you very much

sundeep
Автор

Thank you sir for your videos, all were great help to me..but sir this can be done in more simple way...
I am not better knowledgable than you, but thought to share this, thak you...


for(i=1;i<=5;i++)
{

{
printf("%d", digit%2);
}
printf("\n");
}

rajat