SOFTLINE INSTITUTE

Thru Service We Succeed

Computer Language

Recent Posts


  • Constants in C-Language

    Constants in C-Language

    The Alphabets, numbers and special symbols when properly combined from constants and variables.A ‘constant’ is a quantity that does not change. this quantity can be stored at a location in the memory of the Computer.A ‘variable’ can be considered as a given name to the location in memory where this constant is stored. Naturally the…

    Know More

  • History of C Language

    History of C Language

    By 1960 a horde of computer language had come into existence almost each for a specific purpose. For example, COBOL was being used for a specific purpose. For example, COBOL was being used for Commercial Applications, FORTRAN for Engineering and Scientific Applications and so on. At this stage people started thinking that instead of learning…

    Know More

  • Basics About “C”-Programming Language

    Basics About “C”-Programming Language

    “C”-Programming , a general purpose, procedural Computer Programming Language, that supports structured Programming and Recursion. It is an Imperative procedural Language. It had designed to be compile to provide low-level access to memory and language constructs that maps efficiently to machine instructions. Developer of “C”-Programming Language Dennis Ritchie, idolized by the Computer Programmers all over…

    Know More