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 are sequences, and what are the possible problems when employing them to make surrogate keys?
Explain the term Repository Tables within the Data Stage?
Write down brief note on the issues for database performance?
Give a brief introduction of the term ‘SQL Server 2005 Analysis Services’ (or SSAS)?
What do you understand by the term cascading update in DBMS?
Under what conditions should indexes are employed?
Write a short note on the differences between vertical and horizontal portioning?
What are the kinds of files employed in Oracle recovery?
Illustrates the term explain and how does this work?
What is the main dissimilarity between horizontal and vertical partitioning?
18,76,764
1956998 Asked
3,689
Active Tutors
1441308
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!