answersLogoWhite

0


Best Answer

* In a typeless language, a variable can contain any kind of value (numeric, string, boolean). * Typeless languages are very flexible and dynamic, resulting in quick turn around of code.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Advantages of Typeless programming language
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Some programming languages are typeless. What are the obvious advantages and disadvantages of having no types in a language?

The disadvantage is poor reliability due to the ease with which type errors can be made, coupled with the impossibility of type checking detecting them


What are the disadvantages of boo programming language?

advantages of boo


What is a typeless variable?

A typeless variable is one which is not bound to a specific data type. This variable can contain a string, then be assigned an integer, then an array, then an object, etc. Note that some programming languages, like the C languages, do not offer typeless variables.An example of PHP typeless variables in action:


Explain three advantages of visual programming languages?

make programming language to be simple It reduce time for software development.


Is XML a 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".


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


Which language is c language?

If you mean what type of language is the C Programming language, it is a high-level, statically compiled, procedural programming language. It is often described as one of the most "low-level" of the high-level languages, in that is it very adaptable for programming "close" to the hardware, while still retaining the advantages of portability, flexibility, and human comprehesiblity common to high-level languages.


Where did IBM get their programming language?

Computer programming language


Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


What are the advantages and disadvantages of algorithm?

Advantages of algorithms are that they are easy to debug, there is a clear set of instructions that can be followed, and they are independent of programming language. Disadvantages of algorithms are that they are time consuming and complicated to create.


What is COBOL programming language?

You have answered your own question: it is a programming language.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c