GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Hughes  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 11 of 41    Print  
Which is a good way of representing variables in recursion

A. local variables
B. static variables
C. global variables


  
Total Answers and Comments: 1 Last Update: August 15, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 15, 2005 01:29:00   #1  
Amit Dhamija        

RE: Which is a good way of representing variables in recursionA. local variablesB. static variablesC. gl...
static variables
 
Is this answer useful? Yes | No

 Related Questions

Which is a good way of representing variables in recursionA. local variablesB. static variablesC. global variables

Given the following C programfunc(){static int i = 10;printf("%d",i);i++;}What is the value of i if the function is called twice?

Activation record will contain theA. Storage for simple namesB. Information about attributes for local namesC. Return addressD. All of the above

Global static variable within a file is intended toA. Localize swapB. Retain value persistentlyC. Define constantD. Fixed address in memory


 Sponsored Links

 
Related Articles

ODP.NET - Working with Bind Variables together with OracleParameter

ODP NET Working with Bind Variables together with OracleParameter With the help of OracleParameter you can include bind variables within any SQL statement These bind variables are nothing but run time query parameters The values in the SQL statement are bound at run time when we use bind variables m
 

Microsoft AJAX Library - Functions as Variables

Functions as Variables In JavaScript functions are first class objects This means that a function is regarded as a data type whose values can be saved in local variables passed as parameters and so on For example when defining a function you can assign it to a variable and then call the function thr
 

C++ Static Functions

C Static Functions Static member functions have a class scope and they do not have access to the this pointer of the class When a member is declared as static a static member of class it has only one data for the entire class even though there are many objects created for the class The main usage of
 

A Good Attitude Leads to Success

A Good Attitude Leads to Success What is the secret to Success There are numerous secrets” out there on attaining success The vast majority of these so called secrets all have one thing in common Attitude mosgoogle center The reasons why people choose not to apply this main secret of s
 

Swap two variables

How to swap two variables without using third variable? A variable is a named location in memory that is used to store data which can be modified in a program. Let us learn how to swap two variables without using third variable. This can be done in number of ways By using arithmetic operators
 

Data Warehouses Non Technical Issues

Data Warehouses Non Technical Issues When companies get ready to implement a data warehouse few of them pay attention to the political issues that may surround it It must be emphasized that politics can reduce the chances for success with a data warehouse project and I want to warn companies against
 

Increase your Job Outlook on Global Scale

Increase your Job Outlook on Global Scale The advent of both globalization and outsourcing are factors that are changing the world These elements have allowed the world to become much more interconnected and the differences between cultures which existed in the past have largely been reduced While m
 

JavaScript Variables

JavaScript Variables In this JavaScript tutorial you will learn about JavaScript variables rules for variable names in JavaScript declaration of variable in JavaScript variables usage JavaScript in external file how to place the JavaScript in external file and how to execute this JavaScript placed i
 

Static Functions - An Introduction

Static Functions An Introduction The static member functions have a class scope and they do not have access to the this pointer of the class When a member is declared as static that is a static member of class have only one such data for the entire class even though there are many objects created fo
 

Technical Aspects of CRM

Technical Aspects of CRM While it must be emphasized that CRM is not a technology there are a number of technical issues that need to be considered when a company decides to implement a CRM system The first technical issue that needs to be analyzed is scalability In a nutshell the CRM system must be
 

Related Categories
Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape