Hello, I have a little doubt. Do operators consume memory just like numbers do ?
Like if I write:
8 & 5
then 8 is stored in memory in binary form. Similarly 5 will also consume some memory. But what about ‘&’ operator
Will it consume any memory in the bits?