answersLogoWhite

0

What language was used to create C?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

B

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What language was used to create C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you create class in 'c'?

Class acts as an encapsulation of attributes and methods, that is used by an object oriented programming (OOP) language. Since C is not an OOP, its a structural programming language, one can not create classes in C. That is why OOP version of C was developed called C++, where one can work with classes.


Which programming language is used to create UI windows from scratch in Linux?

Most programs in Linux are written using C or C++.


How do you create modules in c language?

by using structure in c.........


How c language helps in operating system?

c language helps to create securities create several programs to build the software{operating systems.


Whether c language is a system software or application software?

The C language is used to create applications, but cannot be really called an application itself. It is a tool to create an application, and with a compiler, which is a piece of system software, it takes the language and creates an application with it by converting the language into a form a computer and operating system can understand.


How you create table in c language?

The simplest way to create a table in C is to use a two-dimensional array.


What is programing in c?

C++ is a programming language which gives the user the chance to create working applications through creating source code.


How you can make c program of attendance record system?

how can create a attendece sheet in c language


Which language is used for windowsxp?

Mainly C and C++ and a bit of assembly language.


How do you create booking form in c language?

using structures and classes


Who create c language?

Dennis Ritchie at AT&T Bell Laboratories.


Why Clearscreen in c language is used?

'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).