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 |
From the database level, how can you tell under which time zone a database is operating?
Describe varray?
if i am using dml statement in function. then i am writing select statement what was the output
What is clustered table in Oracle?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
How to drop a tablespace?
Explain the importance of .pll extension in oracle?
What is catalog in Oracle?
What are steps required to ENTER DATA INTO DWH?
How do I manually uninstall oracle client?
What is coalesce function?
How to delete a column in an existing table?