answersLogoWhite

0

Why don't use objects in c?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why don't use objects in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 objects use chemical energy?

Engines, motors, our bodies, etc use chemical energy.


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, ...


What is the difference between object and variable in c?

There is no objects in C.


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 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.


What does a reflecting telescope use to form images of faraway objects?

get lost dont ask any more questinn u animals


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.