|
INTERVIEW QUESTIONS
DATABASE
DATA STRUCTURE
DETAILS
Question: Is Pointer a variable?
Answer: Yes, a pointer is a variable and can be used as an element of a structure and as an attribute of a class in some programming languages such as C++, but not Java. However, the contents of a pointer is a memory address of another location of memory, which is usually the memory address of another variable, element of a structure, or attribute of a class.
|
|
|
Category |
Data Structure Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8845 users |
Added on |
9/13/2014 |
Views |
67772 |
Rate it! |
|
|
Question:
Is Pointer a variable?
Answer:
Yes, a pointer is a variable and can be used as an element of a structure and as an attribute of a class in some programming languages such as C++, but not Java. However, the contents of a pointer is a memory address of another location of memory, which is usually the memory address of another variable, element of a structure, or attribute of a class. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How many parts are there in a declaration statement?
|
View Answer
|
|
How memory is reserved using a declaration statement ?
|
View Answer
|
|
What is impact of signed numbers on the memory?
|
View Answer
|
|
What is precision?
|
View Answer
|
|
What is the difference between NULL AND VOID pointer?
|
View Answer
|
|
What is the difference between ARRAY and STACK?
|
View Answer
|
|
Tell how to check whether a linked list is circular ?
|
View Answer
|
|
Whether Linked List is linear or Non-linear data structure?
|
View Answer
|
|
What is the data structures used to perform recursion?
|
View Answer
|
|
If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
|
View Answer
|
|
List out the areas in which data structures are applied extensively ?
|
View Answer
|
|
What is placement new?
|
View Answer
|
|
When can you tell that a memory leak will occur?
|
View Answer
|
|
What is a node class?
|
View Answer
|
|
Minimum number of queues needed to implement the priority queue?
|
View Answer
|
|
In an AVL tree, at what condition the balancing is to be done?
|
View Answer
|
|
What is the bucket size, when the overlapping and collision occur at same time?
|
View Answer
|
|
What is the easiest sorting method to use?
|
View Answer
|
|
What is the heap?
|
View Answer
|
|
How can I search for data in a linked list?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Data Structure Interview Questions & Answers - Exam Mode /
Learning Mode
|