With high efficiency,less erros & bugs,fastness,security of data,quick back-up,reliability - with all these features programming language makes expert systems.
It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".
Your question makes no sense. If you wanted to ask if it is possible to write a C-compiler in another programming language, the answer would be yes.
C++, C#
A pseudo language is a non-specific, conceptual programming language that uses commonly understood programming constructs that can be easily translated into any specific programming language. Pseudo language is typically used to conceptualize algorithms in a commonly understood language without being overly specific or verbose to any one language. This makes the algorithm more accessible to more programmers, regardless of their preferred language.
A way of writing computer programs that are human readable (and understandable to programmers).
because it is driven by events. as it is a language used in programming, then it only makes sense to say VB is an event driven programming language.
It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".
Your question makes no sense. If you wanted to ask if it is possible to write a C-compiler in another programming language, the answer would be yes.
Your question makes no sense.
C++, C#
The domain affects the way we express solutions to problems. A language that closely reflects the problem domain makes it much easier to express the solution.
A pseudo language is a non-specific, conceptual programming language that uses commonly understood programming constructs that can be easily translated into any specific programming language. Pseudo language is typically used to conceptualize algorithms in a commonly understood language without being overly specific or verbose to any one language. This makes the algorithm more accessible to more programmers, regardless of their preferred language.
C is the programming language (some) games are written in, your question makes no sense.
A way of writing computer programs that are human readable (and understandable to programmers).
Syntax Error. which means that the command makes no sense in the designated programming language. It is usually followed by a line reference to help a programmer or debugger to locate the syntax flaw.
Low level programming language is a language that is not very abstracted from hardware layer. Programming in low level languages usually requires manual memory management, use of pointers, and in case of assembler - CPU instructions themselves. This makes the programming much more difficult than using a high level language where these issues are taken care of for you. However in general it is possible to write much 'tighter' code in low level languages. Where tighter means:- smaller number of instructions Better use of memory Faster in execution.
Java supports object oriented programming. It also has many API( Application Programming Interface) that add to the functionality. It follows the paradigm of code once and run anywhere i.e. it is platform independent. For more information, visit the link below: