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 |
24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
What is Virtual Private Database in Oracle?
How to invoke the data pump export utility?
What is the difference between "as" and "is" in an oracle stored procedure?
What are the differences between number and binary_float in oracle?
Is truncate autocommit in oracle?
What is instant client oracle?
Hi Guys,I have completed my B.com Commerc in the year 2005 and MBA finance in 2008(Correspondance).And I have 3+yrs exp in Accounting and Finance feild.I have worked for TCS for 1.8yrs as Project manage office as a enduser in oracle ERP module.Currently working as Project Adminstartor for CSC.I have joined in Oracle financial classes and I am through with that subject.So my concern is After learning oracle, am in dilemma that will i be eligible to get job in oracle or not?Please advice or Give me suggestions.To kick start my career as fresher in Oracle
what is the scenario where you take the database to NoArchivelog mode?
How to define and use table alias names in oracle?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
What is execute immediate in oracle?