Answer:
See explaination
Step-by-step explanation:
C Program lacks :
a. C programming language does not support object oriented features like Polymorphism,inheritance,encapsulation etc.
b. C is a procedure language so if we implement any algorithm we are required to use a set of function calls.
c. C doesn't support namespace like C++. If there is no namespace we can't declare two variables with same name.
d. It doesn't support destructor and constructors.
e. It doesn't provide the data security.
f. It doesn't provide reusability of source code.
g. It can't provide solutions for real world problems.
h. It provides low level of abstraction.