To perform recursion which data structures is used
To perform recursion which data structures is used?
Expert
To perform recursion we use stack. As it use LIFO (Last In First Out) property which remembers its 'caller' hence it knows whom to return the value and when the function has to return. Recursion use system stack for storing the return addresses of the function calls.
Every recursive function has its corresponding iterative (non-recursive) function. Still when such equivalent iterative processes are written, explicit stack is used.
What is the repository?
Specify the tasks of universe designer?
Explain the term Chasm trap?
Illustrate why informational and operational systems are separate?
Explain the term Coalesce. Answer: Coalesce is also obtainable in Sybase, this function estimates the listed expressions and returns the first non-null value.
Describe the difference between SQL Server 2000 clustered indexes and non clustered indexes?
Explain the object qualification?
Specify the difference between the ER Modeling and Dimensional Modeling?
Describe briefly the term Session and Batches?
What are sequences, and what are the possible problems when employing them to make surrogate keys?
18,76,764
1922484 Asked
3,689
Active Tutors
1453595
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!