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 fi le handling in C?
A. fopen B. fclose C. fgetc D. All of the above