Back to Browse

COMP1511 Week 4 Lecture 2

2.0K views
Streamed live on Oct 7, 2025
1:55:29

COMP1511 is UNSW's Programming Fundamentals. 00:00 Lecture starts 4:22 Assignment 1 brief 14:32 1D array recap kahoot 33:15 2D array recap 38:52 recap_2D_arrary.c demo 46:43 how functions interact with arrays 49:21 diagonals.c demo 1:02:36 What is a string? 1:06:12 The null terminator 1:08:22 Initialising strings 1:10:30 Printing strings 1:13:26 simple_strings.c demo 1:13:28 3 ways to initialise string 1:20:32 Shortening string by moving null terminator 1:25:17 Don't use scanf for strings! 1:27:43 Use fgets! 1:32:09 read_strings.c demo 1:35:42 Read string input until ctrl + d 1:41:00 Character library functions from ctype.h 1:46:48 String library functions from string.h (strcpy, strlen, strcmp) 1:54:52 Feedback!

Download

0 formats

No download links available.

COMP1511 Week 4 Lecture 2 | NatokHD