Abstract data Type

Newbie Member
8Dec2007,20:05   #1
jack1234's Avatar
What is meant by Abstract data type as it relates to c programming. Also, how do I go about implementing one.
Go4Expert Founder
8Dec2007,20:55   #2
shabbir's Avatar
Abstract data type is a set of data ( properties ) and the set of operations that can be performed on the data and its mainly there in C++ and in ANSI C its not there.