Technically there is a way to use the !' (dot-operator) instead of the -> (arrow-opertator) but it requires some creative dereferencing. o True o False Question 41 1 pts Structs can only be allocated to the heap o True o False
Question 42 1 pts A struct, if not built correctly, could actually cause lots of wasted RAM - especially when lots of struct objects are created. o True o False