© 2023 Hashnode
#cpp-guide
Let us try to understand some important keywords in C++, which are public, private, and protected. These things are beneficial while building large applications and help to provide a better understand…
👉 Original Blog Post : Link The standard library itself comes in with some predefined literal suffixes such as sv (String View) which lets you contruct a string view from a string literal e.g auto my…