is c language is a object oreinted language?
Answers were Sorted based on User's Feedback
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 |
Answer / shobana
it is not a object oreinted language . actually it is a procedure oriented language.
Is This Answer Correct ? | 5 Yes | 1 No |
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 |
What is dynamic variable in c?
What are the advantages of Macro over function?
What is dynamic dispatch in c++?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
What is the scope of global variable in c?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
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?
what is the code to display color fonts in the output?
Suggesting that there can be 62 seconds in a minute?
what is differnence b/w macro & functions
main() { int i; printf("%d",i^i); }
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