answersLogoWhite

0

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Why COM is programming language?

What do you mean by 'COM'? COMMAND.COM, for example, isn't a programming language.


Is java example of a procedural programming language?

Java and Procedural Programming Procedural programming focuses on procedures or functions (like C language). You write code as a series of steps or instructions. Java can support procedural style (you can write functions and use them), but that’s not its main design. Java and Object-Oriented Programming (OOP) Java is primarily an object-oriented programming language. It uses classes and objects to structure code. Key OOP concepts in Java: Encapsulation – Keeping data and methods together Inheritance – Reusing code from other classes Polymorphism – Using a single interface in multiple ways Abstraction – Hiding implementation details ✅ Conclusion: Java supports procedural programming but is mainly object-oriented. So it’s not purely procedural, unlike C.


Is PHP an example of a programming language?

Yes.


Is javascript an example of a programming language?

Yes


Yes or no JAVA programming is a example for programming language?

Yes.Yes.Yes.Yes.


With illustrative example explain how Operating System Programming Language Hardware support the Computer Graphics?

With illustrative example explain how Operating System Programming Language Hardware support the Computer Graphics?


Example of a programming language?

C, C++, Java, C-Sharp


Is c plus plus an unstructured programming language?

No, BASIC is, for example.


What is the early programming language?

fortran, algol, cobol, pl/i, for example


What are the example of low-level programming language?

It are machine code and Assembly.


What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language