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.
Explain the term lattice of cuboids in brief.
Illustrates the Radix Sort?
Describe the difference between differential backups and SQL Server 2000 complete?
What are the two means to explain the content of XML documents?
Briefly describe the term a Cube and Linked Cube with reference to data warehouse?
Whenever we are prepared to create a table in DBMS than what are the steps to follow?
Describe a surrogate key and also explain the ideal primary key and illustrate how surrogate keys meet up this ideal?
Specify the designer tools used for creating the tranformations?
Give a brief introduction of the term ‘SQL Server 2005 Analysis Services’ (or SSAS)?
What are true statements regarding implicit cursors?
18,76,764
1959191 Asked
3,689
Active Tutors
1445106
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!