From the course: C Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Find and fix the bugs

Challenge: Find and fix the bugs - C Tutorial

From the course: C Essential Training

Start my 1-month free trial

Challenge: Find and fix the bugs

(upbeat music) - [Instructor] Here you see Exercise File 01_07-challenge.c. It contains a bug which you might be able to see on your own, but the compiler catches it instantly. Your task is to find and fix both bugs in the code. There are two. If you can find them right away, great. Otherwise, fix the first one, which makes finding the second one easier. And don't worry if you aren't proficient with C just yet. The compiler helps you locate the bugs. This challenge should take you less than five minutes to complete because the compiler is your friend.

Contents