UC3M

Telematic/Audiovisual Syst./Communication Syst. Engineering

Systems Architecture

September 2017 - January 2018

2.7.3.  String manipulation

Work Plan

Given this character array: char str_1[] = "This is a C exercise."; write a program to copy the string form the str_1 array to another one, copying the string char by char with a loop. At the end, print the two strings on the screen.