Navigating Pointers and Arrays in C++: Seeking Clarification and Guidance | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Navigating Pointers and Arrays in C++: Seeking Clarification and Guidance

I'm having problems comprehending pointers and arrays in C++, and I'd appreciate your help. I've been working on some code, but it's not really making sense to me. // This code is all about pointers and arrays in C++ #include <iostream> int main() { // Here's where the pointers and arrays come in return 0; } I'm not seeking for a fast cure; I want to truly comprehend what's going on here. Can you explain pointers and arrays in C++ in simpler terms? I've been reading this article https://www.scaler.com/topics/course/cpp-beginners/ . What are some frequent challenges that individuals encounter, and how can I fix them? I would really appreciate your assistance in understanding pointers and arrays in C++.

26th Jan 2024, 2:14 PM
sarthak jain
sarthak jain - avatar
1 Answer
+ 2
I don't see your code, could you please "Insert" the full code (including pointers and arrays) here
26th Jan 2024, 2:42 PM
🇮🇱 Radin Masiha 🇮🇱
🇮🇱 Radin Masiha 🇮🇱 - avatar