Home » C Programming » Operators » Question
  1. What is the type of the following assignment expression if p is of type float and q is of type int?
    q = p + q;
    1. float
    2. double
    3. int
    4. there is no type for an assignment expression
    5. None of these
Correct Option: C

int



Your comments will be displayed only after manual approval.