Answer Posted / nirmal kumar tailor
Object means instance of the class.
object oriented means you can access all the class member
with the help of class object so this is called object
oriented language.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which is better malloc or calloc?
Explain about the constants which help in debugging?
Can a variable be both const and volatile?
Is flag a keyword in c?
Explain how do you declare an array that will hold more than 64kb of data?
What is wrong with this initialization?
Sir i need notes for structure,functions,pointers in c language can you help me please
How can you invoke another program from within a C program?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
When should the const modifier be used?
What are conditional operators in C?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Can you mix old-style and new-style function syntax?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is huge pointer in c?