Pascal allows you to copy an entire RECORD with one statement. This is not possible in C. You must copy each element of a structure one at a time. As improvements to the language are defined, this will be one of the refinements. In fact, some of the newer compilers already allow structure assignment. Check your compiler documentation to see if your compiler has this feature yet.

