Hi Everyone,It seems simple but tricky. by allocating memory of size struct Foo does not allocate memory if there is any pointer variable in structure itself.Please allocate memory to that varia...
yba
Jul 10th, 2007
If we assume you have a compiler that isn't strictly enforcing Ansi-C, and you make it to having an executable, the interviewer probably wants you to realize why this code is in error.The call to ...