1 00:00:00,950 --> 00:00:02,450 - [Instructor] In this self check exercise, we'd simply 2 00:00:02,450 --> 00:00:06,550 like you to use the type specifier c to display 3 00:00:06,550 --> 00:00:10,550 the character codes 58, 45, and 41. 4 00:00:10,550 --> 00:00:11,850 So go and ahead and pause the video 5 00:00:11,850 --> 00:00:14,550 to give that a shot, then come back to see the answer. 6 00:00:18,980 --> 00:00:21,070 Okay, let's go ahead and reveal it. 7 00:00:21,070 --> 00:00:23,923 And as you can see here, we're printing the format string 8 00:00:23,923 --> 00:00:28,923 containing 58, 45, and 41, each as a character value. 9 00:00:29,100 --> 00:00:31,170 So if I execute that, you can see 10 00:00:31,170 --> 00:00:33,523 we get the smiley face emoji.