is c language is a object oreinted language?

Answers were Sorted based on User's Feedback



is c language is a object oreinted language?..

Answer / chandrakantham

No, c is a high level programming language.here, we cannot
create the classes and objects and also do not use the
other advantages. so it is not a object oriented
language.chandrakantham

Is This Answer Correct ?    18 Yes 1 No

is c language is a object oreinted language?..

Answer / dhruv20000

no

Is This Answer Correct ?    5 Yes 0 No

is c language is a object oreinted language?..

Answer / shobana

it is not a object oreinted language . actually it is a procedure oriented language.

Is This Answer Correct ?    5 Yes 1 No

is c language is a object oreinted language?..

Answer / manjit

no

Is This Answer Correct ?    5 Yes 1 No

is c language is a object oreinted language?..

Answer / ganesh

i m confuse that if it not than why * has two meaning 1.
multiplication symbol and other is indirectional operator
used in pointer.

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C Interview Questions

How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  


Is register a keyword in c?

0 Answers  


Why dont c comments nest?

0 Answers  


Why c is called a middle level language?

0 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,






Why static is used in c?

0 Answers  


List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


What is the difference between class and object in c?

0 Answers  


How can I access memory located at a certain address?

3 Answers   Verizon,


Can you explain the four storage classes in C?

0 Answers   TCS,


Categories