A structure declaration is given below.
struct employee
{
int empno;
char ename[10];
}e[5];
Using above declaration which of the following statement is correct.