Answer Posted / shruti
An object is the instance of the class..
it is the only gateway to access the entities defined in
the class..
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
When is a null pointer used?
Write a program to print fibonacci series using recursion?
Where are local variables stored in c?
What is extern keyword in c?
How can I determine whether a machines byte order is big-endian or little-endian?
What is the significance of scope resolution operator?
How can you find the day of the week given the date?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Describe the steps to insert data into a singly linked list.
When should we use pointers in a c program?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Difference between MAC vs. IP Addressing
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is the maximum length of an identifier?