Yes definitely. now what do you need help with?
1. Report post
2. Block or unfollow user
3. Tell parent
Answer:
the "=" sign is used to assign value to a variable. Example:
int number = 25;
You are basically assigning the value '25' to a variable of type 'integer' called 'number'.
Explanation:
"Auxiliary memory" , also known as auxiliary storage, secondary storage, secondary memory or external memory :)