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 connected and unconnected transformation?
Specify the different application areas of the data mining.
Explain the way to select tables for partition in Sybase?
Explain the Combined Query?
Elucidate how can we get first 100 rows from flat file in the target?
Explain the way of establishing connection by ODBC.
Explain, why we use the lookup transformations?
In OLE DB, what is the difference between an implementation and an interface?
Write about the components of the Ascential Data Stage?
Illustrates the various extensions for stored procedures?
18,76,764
1925384 Asked
3,689
Active Tutors
1425827
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!