Difference:
Lecture3:IntroductionToCProgramming
(7 vs. 8)
Revision 8
2017-10-06 -
uli
Line: 1 to 1
META TOPICPARENT
name="LectureSlides"
Slide 1: A bit of C programming
Line: 115 to 115
if (a < b)
Changed:
<
<
printf(“a is bigger than b\n”);
>
>
printf(“a is smaller than b\n”);
else
Changed:
<
<
printf(“b is bigger than a\n”);
>
>
printf(“a is bigger or equal to b\n”);
Calculating the Fibonacci numbers
View topic
|
H
istory
:
r9
<
r8
<
r7
<
r6
|
More topic actions...
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback