Home data structure Representation of stack Representation of stack Ectechview March 27, 2016 0 comments Share: Facebook Twitter Google+ Pinterest Whatsapp Representation of stackStack is a linear data structure with a pointer called TOPStructure data typestruct structname{datatype name[size];int top;}structvarible;
No comments