Back to notes -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'  Slide program -- Keyboard shortcut: 't'    Program output.Lecture 2 - slide 14 : 42
Program 6
string
s1[0] = A
s1[10] = 
s1[0] = A
Another string
char*: 1234 int: 1234
compare abc and def: -1
compare s1 and s2: 0
Appended names: Poul Hansen
Insert Ib middle name: Poul Ib Hansen
Peter Andersen