What is significance of star in data pointer
What is significance of “ * ” ?
Expert
This symbol “*” tells the computer which you are declaring a pointer.
Really this depends upon context.In a statement as int *ptr; the ‘*’ tells which you are declaring a pointer.In a statement as int i = *ptr; this tells that you wish for to assign value pointed to through ptr to variable i. This symbol “*” is also termed as as Indirection Operator/ Dereferencing Operator.
What do you understand by the term ACID transaction in DBMS? Describe briefly?
What do you understand by the term foreign key in DBMS, and why is it employed for?
Determine the concept of Relation Schema and a Relation?
How do I set a password to be null?
Write down the level of Granularity of a fact table?
Explain the term Vdisk and how this will communicate along with physical data storage at the time of data retrieval by AMP?
Describe briefly the difference between a shared lock and an exclusive lock?
Briefly describe the reason of synchronization function offered in Analysis Services 2005 ?
Categorize the Hashing Functions based on the different methods through which the key value is found?
States the term SnowFlake.
18,76,764
1935356 Asked
3,689
Active Tutors
1428528
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!