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

What is dynamic variable in c?

0 Answers  


What are the advantages of Macro over function?

1 Answers  


What is dynamic dispatch in c++?

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


What is the scope of global variable in c?

0 Answers  


How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)

1 Answers   iLantus, Subex,


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

1 Answers  


what is the code to display color fonts in the output?

1 Answers  


Suggesting that there can be 62 seconds in a minute?

0 Answers  


what is differnence b/w macro & functions

1 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


Categories