Is c an object oriented programming language?



Is c an object oriented programming language?..

Answer / kamil

No, C is not an object oriented programming language
It's a structural programming language

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain enumerated types in c language?

1 Answers  


Is this program statement valid? INT = 10.50;

1 Answers  


WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............

3 Answers  


What is nested structure?

1 Answers  


How does pointer work in c?

1 Answers  


What is a pointer in c plus plus?

1 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.

1 Answers   TCS,


What is the use of a conditional inclusion statement in C?

1 Answers   Global Logic,


write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)

26 Answers   ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,


where do we use volatile keyword?

1 Answers  


Categories