can someone point 1 who is 0% oo?
Most languages can be manipulated to be object oriented. A language like C is procedural and does not require that you do OOP. In that regard, C can be used to create no OOP programs (0%). Other languages could be used this way as well.

.NET languages, however, cannot because everything within them is based on objects.