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

simple program for virtual function?

1 Answers  


What are the types of data files?

0 Answers  


How many main () function we can have in a project?

0 Answers  


Does sprintf put null character?

0 Answers  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


List a few unconditional control statement in c.

0 Answers  


main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason

6 Answers   CSC,


What oops means?

0 Answers  


Explain pointers in c programming?

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


What is the size of enum in c?

0 Answers  


Categories