What is Pointer ?
Answers were Sorted based on User's Feedback
Answer / guest
Pointer is a variable which stores memory address of any
variable
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / bhagwat sharma
Pointer is a special kind of variable that hold the address
of another variable. called address variable
Is This Answer Correct ? | 2 Yes | 0 No |
Determine when to use stored procedure to complete sql server tasks?
How to make remote connection in database?
How can I know what query is executing by by a particural user? (using sp id or any othe way.)
What is Dedicated Administrator Connection in sql server 2005?
How are the unique and primary key constraints different?
What is the diffrence between update_one and auto_fix?
What is the purpose of the tempdb database?
What is pivot and unpivot?
What is attribute? : sql server analysis services, ssas
What is unpivot?
Difference between connected and disconnected database in .net with sql server?
Will count(column) include columns with null values in its count?