answersLogoWhite

0


Best Answer

What alphabet are you using, and how are the natural numbers represented in this alphabet?

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Give a recursive definition for the language L of positive integers divisible by 2 or 7?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the definition of PHP?

PHP is a server side scripting language. It is widely used in web development, to produce dynamic contents.PHP was an abbreviation of its first version named: Personal Home Pages.From version 3 of this language its acronym is changed to a recursive acronym i.e.PHP: Hypertext Preprocessor


What is the difference between function and recursive function?

I will explain in the easiest way the difference between the function and recursive function in C language. Simple Answer is argument of the function is differ but in the recursive function it is same:) Explanation: Function int function(int,int)// function declaration main() { int n; ...... ...... n=function(a,b); } int function(int c,int d) { ...... ...... ...... } recursive Function: int recursive(int,int)// recursive Function declaration main() { int n; ..... ..... ..... ..... n=recursive(a,b); } int recursive(int a,int b) { ..... .... .... .... } Carefully see, In the recursive Function the function arguments are same.


What is the language beyond the dictionary definition?

The dictionary definition is the denotation, the language beyond is the connotation.


What function that call themselves are called to c programme?

Functions in C language may call themselves (ie can be recursive) without restrictions.


How do you display a sum of two integers in assembly language?

cheese burger


What is the definition for Oklahoma in Choctaw?

What is the definition for Oklahoma in the Choctaw Language


What is the definition of English language arts?

english language arts


What does the name Teran mean in definition?

It has no definition in English language, it is gibberish.


What is DDL in databases?

DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).DDL stands for Database Definition Language. It is a language used to create a database. Most databases have a language that will do this. Normally it is a form of SQL (Structured Query Language).


What is the definition of language in Hindi?

bhasha


What is the definition of imaginative language?

ewan


Why do you use php instead of p?

PHP, which stands for "PHP: Hypertext Preprocessor", is a recursive acronym - something of a joke that programmers and other geek types (I use that term affectionately) like to use. PHP could just as well have been called XHP, JHP, ΣHP, ЖHP, and so on, without changing the recursive nature of the acronym. The reason the authors of the language chose PHP is because its origin is from a piece of software called Personal Home Page Tools (PHP Tools). The modern definition and scripting language of PHP that we know today evolved from that, and the authors kept the acronym.