answersLogoWhite

0

Who and where made c language?

Updated: 10/24/2022
User Avatar

Wiki User

12y ago

Best Answer

c language is designed at "AT and T'S laboratories" of USA in 1972. It was written by dennis ritchie.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who and where made c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you provide projects made in c language?

HowHow Application made ? in c language Application made ?


In which programming language Irfanview is made?

C++


What programming language is PHP made with?

PHP is written in the C programming language.


Why is C plus plus is not a true OOP language?

C++ is based on C. C was not object oriented, therefore the language was not made to be object oriented and moreover C++ is not a "true OOP language". It is simply a non-OOP language with OOP functionality built onto it.


What programming language gamehouse and bigfish's games made?

C++


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


Where is c class made?

The C language does not support classes, per se, like the C++ language does. The closest the C language comes to a class is in the typdef struct... typdef struct _myClass { ... ... }; myClass; But you won't have any methods, inheritance, polymorphism, operator overloading, access specifiers, etc. like you do in C++.


What is a feature in c that is not in c plus?

C is a structured programming language which is feature of C which made it a powerful language when it was new in market. But after C++ was developed structured programming was considered as disadvantage due to development of Object Oriented Programming Language.


Define the role of C programming in the development of software?

All operating system are made using c-based language.


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object