Home C-program In the following code what is 'P'? typedef char *charp;const charp P;a. P is a constantb. P is a character constantc. P is character typed. None of the aboveANSWER: P is a constant
Post a Comment