What are the different programming languages that exist today?

  1. T here are way too many to list. Some of the popular ones are:

    Java
    C++
    C
    C#
    Visual Basic 6.0
    Visual Basic .NET

    Some of the others:

    Pascal,
    Basic,
    SmartTalk,
    Lisp
    Prolog
    Ocam
    ADA
    Fortan
    Algo (+ variants)
    Various assemble languages
    Clipper

  2. C, Objective C, C++, Java, C#, assembly, perl, python, PHP, shell, lisp, pascal, Haskell, Fortran, Common Lisp, Emacs Lisp, Ada, Modula, Smalltalk, Brainfuck, Scheme, Basic, D, C–, PL/1, Assembler, are the ones I remember.

    Best look up Wikipedia.

  3. C
    C++
    Turbo C
    ANSI C
    Java
    Pascal
    HTML
    & some more…

    currently i’m into C++ in my BCA course..

  4. I Can Give you Some of them that exist here..

    They’re:-
    1.Java
    2.COBOL
    3.C++
    4.C
    5.Visual Basic
    6.HTML(Only For Internet Purposes)
    7.Pascal (exists but not used professionally)

    Please let the answerer which has told “Turbo C” as a programming Language ,Given Some information…that “Turbo C” Is NOT A PROGRAMMING LANGUAGE…Its a software created by Borland Internationals that allows the user to Create Softwares or Programs Using C Language Or C++ Language..

  5. There are over 2500 langauages it seems

    Check out this site

    http://people.ku.edu/~nkinners/LangList/…

    Gives you a comprehensive list of programming languages and short description and it is alphabetically arranged

  6. 1)BASIC…used to develop application for the MS-DOS OS
    2)QBASIC…next version of basic
    3)C…again used to develop apps in MS-DOS
    4)C++…object oriented version of C(prodedural language)
    5)JAVA…object oriented programming language…java can be used for developing apps in almost every Os you have heard about…JAVA accomplish this by its famous JVM(java virtual machine)..java is used to develop web applications,applications for mobile phones which support java…elements like applets for web pages,and even operating systems for phones…
    6)HTML(hyper text markup language)…well it is not generally considered to be a programming language..it is actually a Markup language..to define a HTML web page…very easy to learn and implement
    7)then you have the server side programming languages like PHP,ASP…these languages are used to connect a web page to a database…to make the web page dynamic….(means the web pabe is updated dynamically)
    8)VC++(visual C++) used to develop applications exclusively for MICROSOFT WINDOWS…this also an object oriented language..and this a larger version of C++
    7)VB (visual basic)…very powerful…very easy…uses are same as VC++..this language is the favorate of people who makes viruses…it’s very easy to do mischief with this….you can write a small program to wipe out a whole hard drive..!!!
    8)scripting languages like the CGI(common gateway interface)script and javascript..used to do a bit of calculations in the web pages….i.e..these scripts are run by your computer and not by the server…

Leave a Reply