C

Is object oriented programming is posible in C if yes then which compiler should I use if no then why?
Is object oriented programming is posible in C
Yes, but you have to manage code correctness yourself, mostly. C doesn't directly support OOP. For example, the sockets library is an object oriented library written in C.

if yes then which compiler should I use if no then why?
It doesn't matter which C compiler you use.
Topic archived. No new replies allowed.