answersLogoWhite

0

The language was called the "C" language because it was a kind of successor of the "B" language.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What translator is needed for C programming language?

To translate the C source code program, you need a program called a "C compiler".


What are tokens in c language?

in c program the smallest individual unit is called c-token


What is main by c tokens?

smallest individual units in a c program is called tokens.


How can you make C programming on i3i5 processors?

Use a program called visual studio express. Its made by Microsoft and you can program in all kinds of languages. C , C+ etc


Can a function be called from more than one place in a program in c plus plus?

In C and C++, as well as in many (all?) languages, a function can be called from more than one place in a program. That's the purpose of functions - to encapsulate pieces of code that are needed in more than one place in the program.


Formula of power in c program?

There is a function called pow in header math.h


Features of c program?

the features of a C program


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


What is executive a c program?

I think it is 'execution of a C program'.


What is a C program?

A C program is a computer program written with the C programming language. C is a high-level language that is fast, type-safe, general-purpose and cross-platform. Up until 1985 it was the most widely-used language. Then C++ was released. Originally called C with Classes, C++ essentially adds object-oriented programming to the C language. However, in reality, C++ is a separate language from C and makes it possible to program highly complex solutions far more easily and more robustly than with C alone.


Where are new programs installed on the computer?

Mostly, they are in a folder called Program Files in C:\\ drive.


What is a main function in c plus plus?

It is the first function that gets called when the program is executed.