Pointers exercises with solutions in C++

By: Prof. Dr. Fazal Rehman | Last updated: August 7, 2024

Simple Programs

  1. Simple pointers : Add two numbers
  2. Pointers with structures and for loop
  3. Array with pointer
  4. Pointers and user define function in a single program
  5. Pointers, structures and user define function in a single program

Complex Programs

Tutorials & MCQs on Pointers

  1. Pointers Easy Tutorial
  2. Pointers Solved MCQs Questions Answers

Leave a Reply