error: assignment to expression with array type

‮ptth‬s://www.lautturi.com
error: assignment to expression with array type

Once declared, arrays and strings cannot be assigned.

char c[100];
c = "lautturi";  <--- Error
Created Time:2017-08-28 15:58:30  Author:lautturi