int *j = &i; // j will now store the address of i printf("The value of i is %d\n", i); printf("The value of i is %d\n", *j); printf("The address of i is %u\n", &i ...
printf("The Code of employee is: %d\n",emp.code); printf("The Salary of employee is: %f\n",emp.salary); printf("The Name of employee is: %s\n",emp.name); ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results