arrays ,records (structures in C) , pointers , files , sets , etc. Example: A” Queue ” is an abstract data type which can be defined as a sequence of elements with operations such as ENQUEUE(x,Q),DEQUEUE(Q) . This can be implemented using data structures such as 1)Array 2)Singly...