Is c an object oriented programming language?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the total generic pointer type?

828


What is the difference between ‘g’ and “g” in C?

3435


What is static and volatile in c?

981


Do you know the use of 'auto' keyword?

872


Why c is faster than c++?

806


Did c have any year 2000 problems?

878


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

882


What are qualifiers?

807


Define the scope of static variables.

831


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

999


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

887


What are runtime error?

851


Where local variables are stored in c?

745


Explain output of printf("Hello World"-'A'+'B'); ?

1177


how to make a scientific calculater ?

1800