answersLogoWhite

0

programming is set and develop for software &what uou want you will get output

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


What are the different format of a assembly language program?

Another way of defining assembler is to call it chip set programming. Different chips set have different protocols but what you are doing is programming the hardest way you can


What is nano programming and uses?

Nano programming is a set of programs that execute small specific processes, such as turning logic blocks on and off. It is used in micro processors.


How will you set the length of a text field in database?

Depends on the database programming language


What are the steps to create a permanent set in a programming language?

To create a permanent set in a programming language, you typically need to declare the set, initialize it with values, and ensure that the set is stored in a way that persists beyond the current program execution. This may involve using data structures like arrays or databases to store the set elements permanently.


What has the author Stephan Dempe written?

Stephan Dempe has written: 'Optimization with multivalued mappings' -- subject(s): Nonconvex programming, Nonlinear programming, Set-valued maps, Game theory 'Foundations of bilevel programming' -- subject(s): Mathematical optimization, Programming (Mathematics)


What is orthogonality in a programming language?

In computer programming, orthogonality in a programming language means that a relatively small set of primitive constructs can be combined in a relatively small number of ways to build the control and data structures of the language. The term is most-frequently used regarding assembly instruction sets, as orthogonal instruction set.


What are the words that a programming language has set aside for its own use?

Such words are called "keywords".


What does primitive method mean in programming?

All the objects in Alice that have a set of common set of built-in methods for performing basic options.


What are the Characters in java?

The Java programming language is represented by the basic source character set from the US variant of the international 7-bit character set ISO 646-1983 called ASCII (ANSI3.4-1968). This is the same character set used by both C and C++ and also by the vast majority of high and low level programming languages. To use an extended character set for source code, the programming environment needs to map the extended character set into the basic source set. This can be achieved in several ways, such as by utilising universal character names.


Technology and programming language?

program means set of statements.and coming to programming languages , the program which is developed in any language i.e c,c++,java etc


How do websites cookies?

In php programming language, you can set cookies like that: setcookie("username","demo");