Answers for ". and -> in c"

6

%= in c

Modulus AND assignment operator. It takes modulus using two operands and assigns the result to the left operand.
Posted by: Guest on May-10-2021
-1

waht does & mean in c

char c = '0';
int a;
a = c;
Posted by: Guest on February-20-2022

Browse Popular Code Answers by Language