Speedy Learning : The operator & applied to structures in C
When the operator '&' is applied to an object of type 'structure,' it yields a constant pointer whose value corresponds to the address of the first field.
Note that the type of the pointer to the first element and the type of the pointer to the struc...
interrupt101.hashnode.dev1 min read