

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The instructions for two lab tasks in c++ programming. The first task involves declaring an array of ten integers, accessing its elements using pointers, and adding them. The second task requires writing a c++ program that takes three integers from the user and swaps them in cyclic order using pointers.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Lab task 12.1: Declare an array of ten element of type int. access these element using by pointer and add them.
Lab #
order using pointer.