int *i; float *f; char *c; Which are the vali June 6, 2022 by admin โช Choose the correct option.int *i; float *f; char *c; Which are the valid castings?A. (int *) &cB. (float *) &cC. (char *) &iD. Both A & B Submit Answer