what is the exact definition for pointer?
Answers were Sorted based on User's Feedback
Answer / rasmi
Pointer is a variable used to store the address in
allocated memory location.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sridevi.c
A pointer is a programming language data type whose value
refers directly to(or'points to')another value stored
elsewhere in the computer memory using its address.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tekchand nanda
In computer science, a pointer is a programming language
data type whose value refers directly to (or "points to")
another value stored elsewhere in the computer memory using
its address.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / reddy hanuma kishore
A pointer is a variable that stores the addrss of another
variable.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / k.vatsalya
A Pointer is a special kind of variable in c and c++ that
holds the address of the another variable...
Pointer and Arrays are the two sides of the coin...to write
any kind of non trival applications in c pointers are
required....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahesh kumar
Pointer is a programming concept, used for getting the
address of any variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is proxy method?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
List the parts of a database trigger.
How to test null values?
What is a server parameter file in oracle?
Explain the difference between replace() and translate() functions in oracle?
What is cursor
What is a table index?
which is the best training centre for learning oracle?
what is view?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
How to define an oracle cursor variable?