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 |
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Is register a keyword in c?
Why dont c comments nest?
Why c is called a middle level language?
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?
List out few of the applications that make use of Multilinked Structures?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
what is the difference b/w NULL and null?
What is the difference between class and object in c?
How can I access memory located at a certain address?
Can you explain the four storage classes in C?