If p and q are two pointers of type int and m is an int type variable, which of the following is legal?

1.7 If p and q are two pointers of type int and m is an int type variable, which of the following is
legal?
A) p-q
B) p*q
C) p/q
D) m%n


Leave a Reply