What is this &= operator ? For c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is this &= operator ? For c

what does this operator do

26th Mar 2022, 8:38 AM
Xyz
8 Answers
+ 4
Where did you find this &= operator?
26th Mar 2022, 8:46 AM
A͢J
A͢J - avatar
+ 4
i &= 1 is treated as i = i&1 And https://www.sololearn.com/learn/4072/?ref=app
26th Mar 2022, 8:48 AM
Simba
Simba - avatar
26th Mar 2022, 9:13 AM
Gabriel
Gabriel - avatar
+ 3
Ok Thank you i understand now
26th Mar 2022, 9:18 AM
Xyz
+ 2
In C language
26th Mar 2022, 8:47 AM
Xyz
+ 1
Bitwise not
26th Mar 2022, 7:22 PM
Kayvest Kidd
Kayvest Kidd - avatar
0
Write a JAVA program to compute the grades of students in DIT 2 class. Your program should display the total score of the student as well as the grade obtained and whether the student qualifies for a certificate. i. The pass mark is 40 however, any student who scores less than 15 in class assessment or less than 25 in exams has failed. ii. The class assessment is scored out of 40 whiles the exams score is out of 60. iii. Any student who pays less than 100 is not qualified for a certificate. Help me out pls
26th Mar 2022, 11:48 AM
Christ
Christ - avatar