Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

C what does /= mean

It means that consider a number a that is being divided by b.

So we have to divide a by b and store the quotient value in a itself.

General syntax is:a=a/b;

Short is :a/=b;
Source by www.quora.com #
 
PREVIOUS NEXT
Tagged: #C
ADD COMMENT
Topic
Name
2+8 =