answersLogoWhite

0

What language was used to create C?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

B

User Avatar

Wiki User

14y ago

What else can I help you with?

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.


How do you create modules in c language?

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


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

Most programs in Linux are written using C or 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.


Which language is used for windowsxp?

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


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


Why Clearscreen in c language is used?

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


Who create c language?

Dennis Ritchie at AT&T Bell Laboratories.


How do you create booking form in c language?

using structures and classes