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 working of the IPC Stage?
Describe briefly the term ODBC?
Specify the various components of the Report Net?
Explain the four kinds of indexes?
What is an Operational Data Store?
What are the main tasks of a Server?
Write down the purpose of Fact-less Fact Table?
Explain the following term: a) OLAP b) OLTP
Describe why stored procedures decreased network traffic.
Explain the repository domains?
18,76,764
1949864 Asked
3,689
Active Tutors
1436984
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!