answersLogoWhite

0

create,insert,modify,search and display

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

In which language cursor implementation is used?

c is only language that use cursor based implementation


Why c plus plus is platform dependent?

C++ is not platform dependent. The implementation is, but not the language.


What has the author C C G Handscomb written?

C. C. G. Handscomb has written: 'The implementation of a T.R.I.S.T. project'


What does C means on the periodic table?

C means 'carbon' in periodic table.


When does c plus plus use generic function implicitly?

C++ uses the generic function implicitly whenever the base class implementation (the generic method) is also the most-derived implementation.


Is there a way to program speech recognition in c plus plus with the express edition not the visual studio version?

The express edition's C++ implementation is no different to the visual studio implementation. It is the exact same language.


What is the range of data types in C programming language?

The ranges for all data types in C are implementation-defined.


How do you change data types range in c?

You can not change the range of a data type. It is a function of the implementation and is dependent on the word size of the implementation's computer hardware.


What if unable to open conio.h file?

conio.h is not part of the standard library, either in C or C++. Some MS-DOS-based C compilers did provide it, but it is not required in any C++ implementation as the standard library already provides generic console input/output functions. If you have an MS-DOS-based C compiler and the file is missing, try re-installing the compiler. If the compiler does not provide a conio.h implementation, you can try downloading a 3rd party implementation.


Who MAKES C plus plus?

C++ is a standard which is constantly reviewed an updated by the C++ standards committee. Bjarne Stroustrup, the original developer of C++, sits on this committee and oversees updates to the standard. Anyone can make an implementation of C++ provided it either follows the standard 100%, or provides suitable notification of any deviations from the standard. E.g., Microsoft provides the VC++ implementation, but that implementation does not fully adhere to the C++ standard, thus the VC++ documentation includes Microsoft-specific deviations from the standard.


Where one can find Quine McCluskey methods implementation in C language?

error


How about c and c plus plus are they case sensitive?

Yes. C and C++ are case sensitive, although, depending on implementation, external symbols might not be case sensitive.