195.
Is this syntax valid?
struct student
{
public student()
{
}
}
View Description
Structs cannot contain explicit parameterless constructors