Feeling Happy bcz i used this logic one year ago and i was feeling that this logic is new one that i introduce . Now when you are using this logic i am double happy . bcz me and my teacher ( Suarab sir) are using same logic ....
int main() { int x,y,z; printf("enter the number"); scanf("%d",&x); if(y=x/2 & z=y*2) { if(x==z) printf("even number"); else printf("odd number"); } return 0; } i m finding error in 1st if statement
Feeling Happy bcz i used this logic one year ago and i was feeling that this logic is new one that i introduce . Now when you are using this logic i am double happy . bcz me and my teacher ( Suarab sir) are using same logic ....
I made the same program without looking at the video. And when i looked at the solution i was amazed, it was same as this one 😂😂
Great SirG 😁😊
Tricky use of c rules😊
woow sir unique solution.
what an idea sirG
Thanks sir 😊
Excellent sir
You are great sir!
sir plz tell me which specific maths chapter should i learn that can help me in programming ?
Its number theory and probability
Thank you sir you greatsir
Thank you sir :-)
Great
Thank you sir ji
Which software you are using??
CODEBLOCKS
Amazing
hello sir. i am a big follwer of yours are you making a python in hindi series in future.
int main()
{
int x,y,z;
printf("enter the number");
scanf("%d",&x);
if(y=x/2 & z=y*2)
{
if(x==z)
printf("even number");
else
printf("odd number");
}
return 0;
}
i m finding error in 1st if statement
Thanx Sir
bravo.........
Good...
Hello sir...can u please tell me why bodmas rule is not followed in this case?
Yash agarwal see the lectures of sir ...... Arithmetic Instructions
challenge....dont use division,modulo & bitwise to find even odd. Any one can accept challenge?
Thank you sir