Difference: Lecture3:IntroductionToCProgramming (7 vs. 8)

Revision 82017-10-06 - uli

Line: 1 to 1
 
META TOPICPARENT name="LectureSlides"

Start Presentation

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

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback