COURSE CLS-113(COMPUTER
PROGRAMMING LAB)
TERM: FALL 2020, CLASS :BS(IT) 1(A)
ASSIGNMENT NO#13
Submitted By: FARAZ EN-NO 02-235202-035
Submitted to: Engr:Maam Ambreen Akram
02/01/2021
ex#01
Write a program that asks the user to enter integers as inputs to be stored in the variables 'a'
and 'b' respectively. There are also two integer pointers named ptrA and ptrB. Assign the
values of 'a' and 'b' to ptrA and ptrB respectively, and display them.
ex#02
Take input in variable and display same value by pointer.