Programming Languages: C and C++
Gebundenes Buch

Programming Languages: C and C++

Versandkostenfrei!
Versandfertig in über 4 Wochen
130,99 €
inkl. MwSt.
PAYBACK Punkte
65 °P sammeln!
C is a general purpose programming language. It is closely associated with UNIX and borrows many of its features from B language. It is a procedural language which uses top down approach in program designing. While both C and C++ are case sensitive, latter is an object oriented language which uses bottoms up approach for program designing. C++ was introduced as an extension to C language. Another major feature of C++ is that it allows zero overhead abstractions based on hardware mappings. C++ is generally considered to have better reusability and readability than C. It is used extensively syst...