answersLogoWhite

0

c#,Visual basic and Cobol

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

List of back end programming languages?

HTML,CSS, Javascripts are few front end programming languages.


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.


What the answer of give 5 programming language influence by c language?

It would be a list of five programming languages.


List two programming languages that can be used to make cloud computing applications?

1). Java 2). C#


Which programming languages do what?

HTML creates webpages, C++ and Java can make programs like games. Those are just the basic ones. You can see a list of them at: http://www.ukessays.com/essays/computer-science/programming-languages-and-their-types-and-uses.php


What is the computer language that is still in use?

Many computer languages are still in use today, including Python, Java, C++, JavaScript, and C#, ranking high on Google for programming and software development. Python is popular for web development, data science, and automation, while Java remains strong in enterprise and Android applications. C++ powers high-performance systems, and JavaScript dominates front-end and full-stack development. C# is widely used for Windows applications and game development with Unity. These languages continue to evolve, ensuring relevance in modern technology. Contact us at Creamerz. #creamerz #creamerzsoft #programming #softwaredevelopment #webdevelopment


What is the significance of the keyword "r.del" in the context of programming languages?

In programming languages, the keyword "r.del" is significant as it is used to delete or remove a specific element or object from a data structure, such as an array or list. This keyword helps developers efficiently manage and manipulate data within their programs.


List of not object-oriented programming languages?

Languages like C, Pascal, Basic do not use classes, polymorphism, etc, they promote functional style of programming. Languages like PHP, Perl, Python, Ruby provide you with the opportunity to choose whether you like to program using classes, in other words in the object-oriented way, or adhere to functional programming - depending on what is optimal for the project you are working on.


Where is a list of different languages?

You can find one on wikipedia.org type list of languages, and then click on List of languages by name.


What is the difference between languages used in artificial intelligence and other programming languages?

If you're talking about "traditional" AI programming languages like LISP and Prolog, the essential difference boils down to the language's ruling metaphor.Most standard programming languages operate on a principle of sequential and/or branching instruction execution.OTOH, the LISt Processing language (LIST) encourages its programmers to view everything (all solutions to programming problems) in the form of one or many lists.Prolog is perhaps the furthest evolution to date away from the standard, sequential-instruction programming model: in Prolog, the programmer does not explicitly spell out the sequence of operations (a.k.a., "procedure," hence "procedural languages") needed to solve a problem; instead, the problem is simply declared (hence, "declarative language"), and the language itself (or rather the engine implementing it) seeks out the solution.Nowadays, though, you'll find AI being implemented in any number of standard procedural languages -- C++, Java, even scripting languages like Perl and Python.


Which are the software programming languages?

There are many programming languages all suitable for many purposes. (Except Java, that one is lame) The largest list of programming languages I could find is at http://en.wikipedia.org/wiki/Alphabetical_list_of_programming_languages A programming language is a medium to solve any problem step by step. Programming languages can be used to create programs that control the behavior of a machine and/or to express algorithms precisely.Programming or coding is a language that is used by operating systems to perform the task.Basically there are two different programming approaches; procedure oriented and object oriented. The procedure oriented programming (POP) approach focuses on creating and ordering procedures or a block of code keeping in mind to accomplish a specific job. The key features of this kind of approach are: use of procedures, sequencing of procedures and sharing global data.However, in case of the object oriented programming (OOP) approach the focus is totally towards identifying objects or data and not on creative activities. Now a days most of the high level programming languages such as Java, C#, C++, and Visual Basic are based on object oriented approach.


Is there a program that when given a list of elements and a number selects and prints that many elements chosen at random from that list?

There may not be a specific program available that does that, but one could easily be written in many different languages. So it would be possible to get one to do it. All you need is to know some programming or know someone that does. You could then tell them specifically what you need it to do.