answersLogoWhite

0

Not possible in C, only in C++

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How can the General Assembly override the govenor's veto?

reopen the bill


What is the Difference between override and new keyword in C?

An override is the specialisation of a virtual function. The new keyword instantiates an instance of an object in dynamic memory and returns a reference to that object (or null if the object could be instantiated). Both are used in C++, but not C.


Can there be friend functions in c plus plus?

Yes, there can be friend functions in C++.


How can override the precedence define by c language?

Not possible; use (brackets) instead.


What are the in-built function in c plus plus?

C++ built-in functions are those functions that are provided for you as part of the language itself, and includes all of the C standard library functions (all of which were inherited from C) and is expanded upon by the C++ standard template library. C++ implementors may provide additional functions that are platform-specific, however these are not considered built-in functions becuase C++ is a cross-platform language. These are best described as 3rd party functions. The functions you yourself write are known as user-defined functions.


What is the importance of using functions in a c program?

C programs do not function without functions.


How you describe operations of stack ADT using c template functions?

No, because C does not support the concept of template functions. Template functions only exist in C++, never in C.


What is override switch?

The operator of the equipment uses his judgment to determine whether or not the equipment is functioning automatically as needed. In case its not, a switch allows control of some aspect of the operation to be changed or improved in a way the equipment can't do by itself. You may look up "override" in a dictionary.


To calculate odd and even parities which functions can be used?

could you be clear? what kind of functions you are asking? functions available in C, C++, java ? in C you can use mod() function or "%" operator to find the parities.


What is Nesting of functions in C?

Impossibility.


What is the header files from random functions?

The header file for random functions ( like rand(), srand() ) is stdlib.h in C and cstdlib in C++.


Why functions are not used in c plus plus?

Of course they are used. Both stand-alone and class-member functions are used in C++.