A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Why we have to use C language?

Best Answers

The C Programming Language . C is a very powerful and widely used language. It is used in many scientific programming situations. It forms (or is the basis for) the core of the modern languages Java and C++. It allows you access to the bare bones of your computer. Yet, with great power comes great responsibility. read more

C Preprocessor is a program that runs before the compilation takes place that is why we also called it as a C preprocessor directive. "#include" is one of the many C preprocessor commands we use.basically when preprocessor finds #include it looks for the file specified and replaces #include with the contents of that file. read more

Answer to the question, why do we use c++ language, c++ gives you ability to work with hardware with OOP technology that enables you maximum code reuse and being an intermediate language gives you faster and hardware efficient programs. read more

Encyclopedia Research