Commvault interview question

char *a="something"; Valid / Invalid.

Interview Answers

Anonymous

7 Aug 2020

A is a pointer of datatype char pointer to the given string

Anonymous

16 Dec 2013

Invalid. It has to be a const.

2