Ask a New Question

Digtzy

This page lists questions and answers that were posted by visitors named Digtzy.

Questions

The following questions were asked by visitors named Digtzy.

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 I don't really understand why If (x == y) then (*x == *y). T F Explain your choice: False but not sure why
9 years ago
(4 points) Identify the errors in the following statements. int* p = &44; - i think the star is the error because pointers are supposed to be like *p?? char c = 'w'; char p = &c; - if its char wouldnt that also be in apostrophe? So char c= 'w' and char p...
9 years ago

Answers

The following answers were posted by visitors named Digtzy.

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use