Outline for April 21, 2025
Outline for April 21, 2025
Reading:
zyBooks text
§10, 11.6,12.3
Due:
Homework #2, due April 30, 2024
More examples on recursion
String length [
rstrlen.c
]
Selection sort [
sort.c
Ackermann’s function [
ack.c
]
Fibonacci numbers [
fibrec.c
]
Indirect recursion [
pr1ton.c
]
Command line options
getopt
[
getopt.c
]
Comma operator
Converting strings to numbers
atoi
,
atof
[
conv1.c
]
strtol
,
strtof
,
strtod
[
conv2.c
]
Converting numbers to strings
sprintf
Matt Bishop
Office: 2209 Watershed Sciences
Phone: +1 (530) 752-8060
Email:
mabishop@ucdavis.edu
ECS 36A, Programming & Problem Solving
Version of April 21, 2025 at 10:44AM
You can also obtain a PDF version of this.