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.
How are metadata keys and surrogate handled in MySQL?
What are a Database system and its advantages?
What do you mean by the term Open Server in the Sybase?
States the term second normal form?
What do you understand by the term foreign key in DBMS, and why is it employed for?
What is the corresponding of Oracle/Db2 Coalesce Function within Sybase?
Describe briefly perform recovery?
Describe the differences between an extranet and an intranet.
Database Requirements Consider a MOVIE database in which data is recorded about the movie industry. The data requirements are summarized as follows: • Each movie is identified by title and year of release. Each movie has a length in minutes. Each has a production company, and each is classifie
Give brief introduction of the term broad cast agent?
18,76,764
1955850 Asked
3,689
Active Tutors
1431170
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!