answersLogoWhite

0

Why don't use objects in c?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

You don't use objects in C because C is not an object oriented language like C++.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which is the function which destroys objects in C?

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


Are c pap machines expensive to operate?

dont bother just use c++


Why not objects defined using new in c?

Because there are no 'objects' in C.


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.


Why does im insides hurt after masburating?

your obviously doing something totally wrong dont use pointy objects


How do you count the number of objects available in a program in c?

Use ordinal numbers: 0, 1, 2, ...


Do you have to use delete operator on C plus plus strings before exiting your application?

no you dont


How is c plus plus used in airforce?

It is not necessary to use C++ in air force. It might and might not be used as their are few more alternatives to C++. It can be used to get the location of the air craft by using c++ program and calculating its GPS coordinates. You can use C++ in controlling radars and use them to locate the flying objects within the range of radar.


What is the difference between object and variable in c?

There is no objects in C.


What keyword is using to create objects?

In C# and Visual Basic.NET the keyword is "new". C doesn't have such an animal, but you generally use the library call to malloc to get new memory.


How c plus plus objects are allocated memory?

With the new operator.myclass myclasspointer = new myclass;...use the classdelete myclasspointer;


What is the difference between active and passive objects in c plus plus?

Passive objects encapsulate state and operations, whereas active objects also encapsulate a process. Standard C++ does not support active objects.