Exercise
Take an input from the Serial Monitor, and display the value on the Serial Monitor using a pointer.
Using structure, write a program to print all the values of the structure by using a pointer and array.
Write a program with three structures (
basicInfo
,personalInfo
andextendedInfo
), with a number of variables. Print them from thesetup()
class as shown on the nested structure, but this time, use a pointer.Store five values to an array by using a pointer and print them using a loop.