C1826: Integer-expression expected

[ERROR]

Description

The expression was not of integral type.

Example
  void main() {

  
    int *p;

  
    p<&lt;3;// error

  
  }

  
Tips

The expression must be an integral type.