Conditionals and Loops (Solved Problem 1)

preview_player
Показать описание
C Programming & Data Structures: Conditionals and Loops (Solved Problem 1)
Topics discussed:
1) Problem on for loop in C programming.

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

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

one year ago
I solved a program using for loop without a condition in it, and miss the colon
I spent one day looking after the error position
and finally I cheated from a friend and surprised from the error !
thank you Neso to make the reason clear

qandos-nour
Автор

Awesome video! It's incredible the way you explain those concepts that aren't commonly shown. Great job! 👏🏼👏🏼👏🏼

VRRT
Автор

We all appreciating your work!!!
Have a Happy year!!!!
I learned a lot from other lectures like signals and systems,
Analogue Electronic!!!~~~

jishanshaikh
Автор

Till now I never saw like this clear explanation.well plz upload more videos.that will helpful for people who are not able to go institutions&coaching centres like me☺️☺️☺️

madhaviyalagam
Автор

Always my favourite channel for learning coding with perfect logics❤️❤️

charanmc
Автор

When he mentioned “we have learned this previously” and I haven’t get to that video lecture yet 😭👍🏼

dayana
Автор

I am absolutely thankful that i found you. Your video are soooo good. You explain very very good. Thank you for that.

stefogo
Автор

still learning new concepts of loops thankyou for your content

Aabara_ka_dabara
Автор

SIR, I only saw one of your videos and became your fan.
LOVE YOU SIR FROM PAKISTAN....

muhammadyaqoob
Автор

#include <stdio.h>
#include <stdlib.h>

int main()
{

int x=1024;
int count=0;

for(;x;x>>=1)
{
printf("Hello\n");

count++;
}
printf("%d\n", count);

return 0;

}


Ans: 11 times

mhmdfathi
Автор

Very interesting .... excellent explanation ...

kaluvanhariharan
Автор

unbelievable! when pausing the video and check the program fragment, i got the correct answer.

xiaoshan
Автор

Appreciate the questions and thanks a lotttt
just a request to increase the volume or keep the mic closer

karancontractor
Автор

Great video...thank u so much. Dil se♥️

priyanshugupta
Автор

Your lectures are very helpful you explain in a very simple way

Satyam_
Автор

POV : You can never predict the answer of neso questions

yagneshacharya
Автор

( i >>= 1 ) you can write ( i /= 2 ) instead of Previous expression.

AbdElrahmanAmirMohamed
Автор

Ur teaching was gd can u pls post more videos on, design nd analysis of algorithm python nd microprocessor 8086

jeevapriya
Автор

He will represent right shifting till he reaches zero and stops

mhmdfathi
welcome to shbcf.ru