Learn and Master C Programming - C Symbols & Keywords

Learn and Master C Programming - C Symbols & Keywords

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses the character sets allowed in the C programming language, including alphabets, digits, special symbols, and whitespace. It emphasizes that C is a free-form language, allowing code to be written in any format. The tutorial then transitions to C language keywords, highlighting the introduction of keywords in different C standards such as C89, C99, and C11. The course will cover most of these keywords, especially those marked with a check mark.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT part of the allowed character set in C?

Uppercase letters

Lowercase letters

Digits

Emojis

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a unique feature of C programming regarding code formatting?

Code must be indented

Code can be written on a single line

Code must start with a keyword

Code must be written in a specific format

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many keywords were introduced in C89/C90?

28

40

35

32

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which version of C added 5 new keywords?

C99

C11

C89

C90

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many additional keywords were introduced in C11?

5

7

6

8