195.

Is this syntax valid? 

struct student 

  public student() 
  { 
  } 
}

Structs cannot contain explicit parameterless constructors