Synopsys Interview Question

How to copy a struct which has a string variable?

Interview Answer

Anonymous

Sep 4, 2019

malloc a space, then do a strcpy()