I have a code like this:
int quotient = 100/*ptr;
where ptr is a pointer to interger.
But it's taking /*
as the comment.
How can I make the meaning of divide by pointer dereference value? What extra special character I have to put to have this meaning?