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 the difference between sequential file stage and hashed file stage is in relates to DataStage Server?
Illustrates the ways to tune Reporting Services?
Illustrates the cold backup in case of Oracle?
Describe the main characteristic of the database administrator?
Give a brief introduction of the term XMLA?
How would the developer describe all variables using referential data types?
Explain the way to audit the SQL sent to the server.
Give definition of data structure?
Briefly describe the term ‘BOMain.Key’?
Write down brief note on the issues for database performance?
18,76,764
1950930 Asked
3,689
Active Tutors
1420771
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!