answersLogoWhite

0


Best Answer

The Java language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which language is source program written?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a program written in high level language called?

the program written in high level language is called "source program"


A program written in a high-level programming language is called?

the program written in high level language is called "source program"


What is an Program compilation?

That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.


A source program is the program written in which language?

It is programming that is licensed in such a way that it provides the source code for everyone to view and suggest changes to, and is usually at no cost or a very lost cost to anyone that wants the program and its source code.


What is source code?

It is the computer program written in human readable form that is eventually sent through a compiler or assembler to create a computer application. Source code can be in any high level language or even assembly language.

Related questions

What is a program written in high level language called?

the program written in high level language is called "source program"


A source program is the program written in English language?

No.


A program written in a high-level programming language is called?

the program written in high level language is called "source program"


What is source code c?

"Source code", in a programming language, refers to the original program, as written by a programmer (and more or less readable by humans); the version of the program before it is converted into machine language by the compiler.


In c language what is source program?

Source program or source code in any language is the code you write to make the program do what you want. Things like: #include <stdio.h> void main (); and so on are all pieces of source-code or source program


What is an Program compilation?

That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.


Differences between source program and object program?

SOURCE PROGRAM=A set of instructions of the high level language used to code problems to find its solution on a computer is referred as source program. OBJECT PROGRAM=The computer translates the source program into machine language program called object program by using an interpreter or compiler is called object program.


A source program is the program written in which language?

It is programming that is licensed in such a way that it provides the source code for everyone to view and suggest changes to, and is usually at no cost or a very lost cost to anyone that wants the program and its source code.


What is source code?

It is the computer program written in human readable form that is eventually sent through a compiler or assembler to create a computer application. Source code can be in any high level language or even assembly language.


What are the main features of a compiler in C programming language?

A compiler is a comp. Program that transforms source code written in programming language into another comp. Language.the main reason to compile a program is to create an executable program...


What has the author Bill Wilkinson written?

Bill Wilkinson has written: 'The Atari BASIC source book' -- subject(s): Atari computer, BASIC (Computer program language), Programming


How do you change source code into machine code?

A program called a compiler, or sometimes an assembler (depending on the programming language) does this for you. You write the source code, then invoke the program that will convert this into machine language.