Pointer declaration
Which is the correct form of a pointer declaration? A. int pointer*; B. int *pointer; C. int pointer* D. None of the above Which of the following operators is used as an address operator in C? A. & B. * C. ++ D. None of the above Which of the following functions is related to […]
Pointer declaration Read More »