Lecture 08
Mon July 24, 2002. Lecture 08. METU Dept. of Computer Eng. Summer 2002 Ceng230 - Section 01 Introduction To C Programming by Ahmet Sacan. Copying Arrays. an array cannot be directly assigned to another array. int x[100], y[100]; x = y; /* ILLEGAL */ You must copy values one-by-one:
323 views • 25 slides