The following are not a DDBMS :
A time sharing computer system.
A loosely or tightly coupled multiprocessor system.
A database which resides at one of the nodes of a network of computers – this is a centralized database on a network node.
inline double cube( double x)
{
return x*y*z;
}