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
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
How can I remove the trailing spaces from a string?
how can f be used for both float and double arguments in printf? Are not they different types?
What is the purpose of void pointer?
Do you know what are the properties of union in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What are extern variables in c?
What library is sizeof in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What does 1f stand for?
What is structure padding and packing in c?
What is wrong with this statement? Myname = 'robin';
What is the right type to use for boolean values in c? Is there a standard type?
What is a structure member in c?
What is an example of structure?