this program returns a pointer to a structure. When i print the contents, the name is not being displayed properly, where as the other tw
You create a local variable stu which lives in a function create(). A pointer on this variable is incorrect outside function create().
stu
create()