Ask a New Question
Search
Questions and answers by
Digtzy
Questions (2)
(4 points) Identify the errors in the following statements.
int* p = &44; - i think the star is the error because pointers are
1 answer
760 views
Homework is over pointers
1. (3 points) True or false? If (x == y) then (&x == &y). T F Explain your choice: I think its true but
2 answers
491 views