Commvault Interview Question

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

Interview Answers

Anonymous

Aug 7, 2020

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

Anonymous

Dec 16, 2013

Invalid. It has to be a const.

2