what is the exact definition for pointer?

Answers were Sorted based on User's Feedback



what is the exact definition for pointer?..

Answer / rasmi

Pointer is a variable used to store the address in
allocated memory location.

Is This Answer Correct ?    9 Yes 2 No

what is the exact definition for pointer?..

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

what is the exact definition for pointer?..

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

what is the exact definition for pointer?..

Answer / reddy hanuma kishore

A pointer is a variable that stores the addrss of another
variable.

Is This Answer Correct ?    2 Yes 0 No

what is the exact definition for pointer?..

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

what is the exact definition for pointer?..

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 the exact definition for pointer?..

Answer / pravesh

pointer is variable point to another address

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Oracle General Interview Questions

There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep

4 Answers   Microsoft,


State all possible different index configurations a table can possibly have?

0 Answers  


without using count(*) and rownum how can we count total record in a table

5 Answers   AC, HP,


What is the difference between hot backup and cold backup in oracle?

0 Answers  


Hi all, Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.

4 Answers   JPMorgan Chase,






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 ........

2 Answers   TCS,


How to convert a date to char in oracle? Give one example.

0 Answers  


How you open and close a cursor variable.Why it is required?

2 Answers  


What is coalesce function?

0 Answers  


What is an Index ?

2 Answers  


How to define a data field as not null?

0 Answers  


12 RULES OF RDBMS

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)