answersLogoWhite

0

Library functions

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

BASIC is a.... language?

The original BASIC would be considered an "interpreted" language; the instructions were never translated to machine code, but rather executed as the interpreter reads them. Visual Basic converts the commands into equivalent C++ programs, and then compiles them.


Is the instructions programmers have written in a higher level language?

"BASIC" is not a program, it is a programming language. A particular BASIC-interpreter or IDE may have been written in a high level language, maybe even in BASIC (C is more plausible though).


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


What is meant by c language any one explain clearly?

Computers are machines that are designed to handle basic instructions (such as moving memory addresses to and from registers). These instructions are sent to the machine in a simple binary sequence known as machine code, the native language of the computer. It is extremely difficult for a person to work purely in machine code, thus interface programs have been created that will take instructions and convert them into machine-executable programs. The simplest of these languages is known as Assembly Language, which replaces the instructions with a set of easily-remembered symbols, such as MOV and JMP. Assembly Language is a low-level language as there is very little abstraction between the language and the resulting machine code.C is a high-level programming language that references a library of Assembly Language instructions that allows a person to create highly-efficient machine code, akin to that of Assembly itself. It is highly-abstract, insofar as a single instruction in C will generate two or more Assembly instructions, however these Assembly instructions can be tweaked, if necessary, or the programmer can choose to include raw Assembly instructions within their C programs. In other words, it is a highly-flexible language.The C language evolved from B, which was itself a subset of BCPL (Basic Combined Programming Language). By the same token, C++ evolved from C (although it was originally called C with Classes). These names were chosen to give an indication of their inheritance. The letter C is the natural successor to the letter B, while C++ is a play on words using C-style code, whereby C++ means C=C+1, which literally means the successor to C.


What are examples of objected programming language?

C++C#EiffelJavaSmalltalkVisual Basic


What are the examples of programing language?

c, c++, java, prolog, fortran, basic, ...


How use find command in c language?

C language doesn't have commands only instructions. Sadly, 'find' is not an instruction in C, you might have misunderstood something.


Give list of programming language?

language like C, C++, JAVA ,C#, J#, D, PASCAL, COBOL, FOTRAN, .NET, VB are called programing language. Basic, NASTRAN


Is c plus plus an unstructured programming language?

No, BASIC is, for example.


What has the author Granville C Henry written?

Granville C. Henry has written: 'Computing in BASIC for calculus' -- subject(s): BASIC (Computer program language), Calculus, Data processing, Basic (Computer program language) 'Forms of concrescence' -- subject(s): Prolog (Computer program language)


What has the author Alfredo C Gomez written?

Alfredo C. Gomez has written: 'The basics of BASIC' -- subject- s -: BASIC - Computer program language -


What is your favorite programming language?

BASIC for easy applications, and C/C++ for applications that need greater flexibility.