-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
Description
Select the Day of Content
Day 7
What information is missing?
Understand Arrays, Strings & Pointers in C++
you’re required to understand the Arrays & Strings concepts in C++. An Array in C++ is used to store similar types of elements and Strings are used to store text or sequence of characters. Moreover, you need to learn about Pointers as well that is used for storing the address of another variable. Also, there are several other crucial topics such as Namespaces, Wild Pointers in C++, etc. that can be considered.