PS 7
- Write a programme that has a pointer to string, print out the address of the original string variable and the value of the pointers, use the * operator to print out the string.
- Use the -> construction to print out the length of the string.
- Make a vector of four strings and use an iterator in a for loop to print them out.
Submit the program you wrote to answer problem 1 and send it to tcd.ma1262@gmail.com both by cut and pasting it and as an attachment. Say if it compiles and put PS7 and your tutorial time in the subject line.