Functions (Solved Question 3)

preview_player
Показать описание
C Programming & Data Structures: Functions (Solved Question 3)
Topics discussed:
1) A solved problem on Functions in C.

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

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

That is the strangest for loop I've ever seen.

Arnankhan
Автор

Could you please tell me where can I get more this type of c questions to practice for gate an any type of competitive exams?

deepjyotitalukdar
Автор

MY BROTHER!! YOU ARE THE BEST!! AMAZING WORK AND EFFORT! THANK YOU SO MUCH! PEACE & LOVE!

apostolosmavropoulos
Автор

I think Gate CSE 2019 paper setters copied your question.

akashghosh
Автор

A good student must watch all videos of neso academy, thanks a lot sir, for such awesome videos, U r great sir🙏🙏🙏🙏🙏

PriyanshuKumar-bxoy
Автор

can anyone please explain, in the first step of for loop we have to initialize a value.... But here we are simply passing a value to the first step.... in which variable are we assigning this value??

durnibar
Автор

I am doing masters in computer science but i have seen this type of loop first time ..your teaching style is amazing

arvindkumargupta
Автор

I gave the 1000th like. Now it looks better

cocobean.
Автор

Everyone one in the comments section praising him for his efforts...but no one following the instructor and this channel in the instagram even he already given follow link in description.... that's the greedy world 👍

vikashmishra
Автор

Can somone explain me about what situation we use this type of loop like this? I so confused aboot it .

pngzzznea
Автор

Why 16 is not changed i.e., starting value is not changed

CSEJHANSI
Автор

This is my favourite question till now!

NileshYadav-rgbf
Автор

At first I thought as the condition is non-zero or true, the for loop will be an infinite loop. But that is not the case. Why?
Because, of course, the condition is true, that means that the loop will run and check the next condition and will depend on the next condition.
Not necessarily it was true once, it always have to be true.

maharun
Автор

can someone explain in this question condition is getting right when the value is non zero but in every step when we decreasing the value the condition is true bcoz the value is non zero

ksomiya
Автор

I never seen it ever, U example so crazy, thank u so much

MinhNhat-qzvb
Автор

I think their is the problem with code because if u write this code as it is it only print 14 because of return 0 in for loop but if u remove return zero form the for loop it will produce 14 11 8 5 2 I have tried this code on computer

smitkansagra
Автор

how do people come up with such bizzare things?

rickyrick
Автор

So I am the only one who didn't understand these tutorials 😭😭

Nobody-jjjv
Автор

By the help of animation it is very easy to understand, thank you.

somnathsahachowdhury
Автор

If I change that static int and run the code only number 16 gets printed in infinite loop

noobmaster