Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (base) akash@akash-HP-14-Notebook-PC:~/vsstudio$ g++ first.cpp
- first.cpp: In function ‘int main()’:
- first.cpp:3:14: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
- char *ptr = "Hello";
- ^~~~~~~
- (base) akash@akash-HP-14-Notebook-PC:~/vsstudio$ echo $?
- 0
- (base) akash@akash-HP-14-Notebook-PC:~/vsstudio$
Add Comment
Please, Sign In to add comment