answersLogoWhite

0

No objects in C. For C++, it is destructor.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Can you declare an object inside static number function in c?

No, because there are no objects in C.


Which type of enzyme destroys the ability of the transforming principle to function?

DNase enzyme destroys the ability of the transforming principle to function by degrading DNA molecules.


How are the strings passed to a function?

By reference. The name of the string is converted to a pointer (in C/C++) and given to the function as the address of the first element. (In Java, all objects are passed by reference, and there are no pointers.)


What is the function of HCI?

coverts pepsinogen to pepsin Destroys bacteria


Which operator require to call c function using object name?

The operator required to call c function using object name is function object. Other operator names that deal with objects are structure dereference, structure reference, and indirection


What is meant by diseases?

A process that weakens or destroys a part or function of the body.


How can objects be passed as a function parameters in c?

Possible ways: void byvalue (MyClass param); void byptr (MyClass *paramptr); void byref (MyClass &paramref); MyClass c; byvalue (c); byptr (&c); byref (c);


Why not objects defined using new in c?

Because there are no 'objects' in C.


Why do vegetables contain less Vitamin C when they are microwaved?

The heat from the microwaving destroys some of the Vitamin C.


Why food rich in vitamin C should not be heated?

because vitqamin c is the mineral which destroys on heating.


What Pronouns in the objective case may function as?

Pronouns in the objective case can function as direct objects, indirect objects, and objects of prepositions in a sentence.


What are the objects used in dev c plus plus?

Objects in Dev C++ are the same as objects in generic C++, insofar as an object is an instance of a class.