Output: FALSE
Let us consider the condition inside the if statement. Since there are two greater than (>) operators in expression “c > b > a”, associativity of > is considered. Associativity of > is left to right. So, expression c > b > a is evaluated as ( (c > b) > a ) which is false.
Let us consider the condition inside the if statement. Since there are two greater than (>) operators in expression “c > b > a”, associativity of > is considered. Associativity of > is left to right. So, expression c > b > a is evaluated as ( (c > b) > a ) which is false.
Thank You Guys, You Are Real Hero
https://instagram.openinapp.co/p-cb91couaeax
https://instagram.openinapp.co/p-cb91couaeax
This media is not supported in your browser
VIEW IN TELEGRAM
Me : It Is One Of My Features
https://instagram.openinapp.co/reel-cbwwkkdjwt
https://instagram.openinapp.co/reel-cbwwkkdjwt
https://github.com/enaqx/awesome-react
A collection of awesome things regarding React ecosystem.
#dsalgo1 #sharingiscaring
A collection of awesome things regarding React ecosystem.
#dsalgo1 #sharingiscaring
GitHub
GitHub - enaqx/awesome-react: A collection of awesome things regarding React ecosystem
A collection of awesome things regarding React ecosystem - enaqx/awesome-react
👍1
Output:
infinite loop
Explanation:
Any non-zero number in C++ is treated as true value. Here in this code the if statement tends to decrease the value of i but inside the block of if, the main() function is called again and again (all the statements will now execute as if it is a new program) hence the program execution will be caught in infinite loop as there is no termination condition.
infinite loop
Explanation:
Any non-zero number in C++ is treated as true value. Here in this code the if statement tends to decrease the value of i but inside the block of if, the main() function is called again and again (all the statements will now execute as if it is a new program) hence the program execution will be caught in infinite loop as there is no termination condition.
This media is not supported in your browser
VIEW IN TELEGRAM
Try Same Thing Again 😛😂
https://instagram.openinapp.co/reel-cccvaoqdhmf
https://instagram.openinapp.co/reel-cccvaoqdhmf
😁1