Well, no, C lets you do that stuff completely manually. C is not object oriented because it gives you zero help in programming in an OO style. It doesn't forbid it, but it doesn't forbid much of anything.
As opposed to C++, which gives you a bunch of tools to help you, and to Java, which forces you.
As opposed to C++, which gives you a bunch of tools to help you, and to Java, which forces you.