Speedy Learning : The operator & applied to structures in C
Nov 5, 2023 路 1 min read 路 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...
Join discussion

