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 are ddl statements in oracle?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
What is a package ? What are the advantages of package ?
what are the advantages of running a database in NO archive log mode?
What happens if the imported table already exists?
What is a Tablespace?
Explain the use of online redo log files in oracle.
what is the syntax of DELETE command?
Do you know about aggregate functions? What is row num function? Can it be used all databases?
1 Answers Bravura Solutions, Cap Gemini,
After update how do u know how many records got updated
How many file formats are supported to export data?
Q1:code to connect to sql server(database) through jdbc application. Q2:code to connect to Mysql(database) through jdbc application. Q3:code to connect to oracle(database) through jdbc application.