A Collection Of Technical Questions. Study & Apply.
warning: deprecated conversion from string constant to ‘char*’
To resolve this use declaration as follows,
char *s = (char *) "hello";
Post a Comment
No comments:
Post a Comment