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: Make variables and constants

Challenge: Make variables and constants - C Tutorial

From the course: C Essential Training

Start my 1-month free trial

Challenge: Make variables and constants

(upbeat music) - [Instructor] Exercise File 02_06-challenge1 contains two printf statements. One outputs the value of variable a. The other outputs the value of variable b. Yes, something is missing. Your task is to modify the exercise file to add code that declares variables a and b. Variable a is an integer. Variable b is a character constant. Assign values to each, variable a and constant b, your choice. This challenge should take under five minutes to complete.

Contents