Answer Posted / 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 |
Post New Answer View All Answers
What is sizeof return in c?
Explain what is the difference between functions abs() and fabs()?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Difference between MAC vs. IP Addressing
What is static function in c?
What are global variables and how do you declare them?
What is this infamous null pointer, anyway?
What is integer constants?
Write a code to generate divisors of an integer?
What are the types of i/o functions?
What is a void pointer? When is a void pointer used?
What are the advantages of using Unions?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is modeling?
why return type of main is not necessary in linux