Question d’entretien chez Commvault

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

Réponses aux questions d'entretien

Utilisateur anonyme

7 août 2020

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

Utilisateur anonyme

16 déc. 2013

Invalid. It has to be a const.

2