answersLogoWhite

0


Best Answer

It is not necessary (nor possible) in C Programming.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why dafault constructor is necessary in c programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the reasons for rise of constructor concept in c?

Not sure what you mean by this. C is a not an object-oriented programming (OOP) language, and therefore has no constructor concept. You probably meant C++ but, even so, there is no "rise of constructor concept". Constructors are fundamental to OOP -- they allow you to initialise an object at the point of instantiation.


Constructor and destructor invocation in c?

Not possible in C.


How do you use maplesea hack?

Learn C++, Java and other necessary programming first.


An object-oriented programming language is necessary to do object-oriented programming?

small talk yes java yes c++ no delphi no etc...


What is the difference between implicit and explicit call of constructor in c plus plus?

An implicit constructor call will always call the default constructor, whereas explicit constructor calls allow to chose the best constructor and passing of arguments into the constructor.


True or False A C plus plus class constructor cannot return a function value?

True - A C++ constructor cannot return a value.


What is conustrutor?

A constructor is a function in C which has the same name of the class. The constructor can be used to initialize some function.


Is Constructor Can be Private and Protective in c?

question i understand not


Why programming c language is necessary for an electrical engineers?

i have only a part of the answer: for microcontrollers "pic" programmation using mikroc.


Can you write own constructor in c plus plus?

Yes.


What is c and c in computer programming?

C and C++ are both high-level programming languages.


Is C plus plus good for Embedded programming or not?

C and C++ programming is good for embedded programming. However, embedded implies long running, and that means the possibility of memory fragmentation. You will need to spend time working out or acquiring a method of memory management, such as the use of Smart Pointers and Garbage Collection. This is not a trivial task, but it is a necessary task.