C Programming Unit Test II

C Programming Unit Test II

University

23 Qs

quiz-placeholder

Similar activities

Basic Computer Skills for Pipe Trades Apprentices

Basic Computer Skills for Pipe Trades Apprentices

University

20 Qs

General Knowledge (ICT EDITION)

General Knowledge (ICT EDITION)

10th Grade - University

20 Qs

File i/o

File i/o

10th Grade - University

20 Qs

Python Files

Python Files

University

20 Qs

DBMS LAB

DBMS LAB

University

20 Qs

IT Essential Chapter 5 Windows Installations

IT Essential Chapter 5 Windows Installations

University

20 Qs

Simple File Management

Simple File Management

University

20 Qs

Compiler Design

Compiler Design

University

20 Qs

C Programming Unit Test II

C Programming Unit Test II

Assessment

Quiz

Computers

University

Easy

Created by

Ankita Luke

Used 7+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the C character set?

The C character set includes letters, digits, punctuation marks, and whitespace.

Excludes punctuation marks and whitespace.

Contains only uppercase letters.

Only includes letters and digits.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define identifiers and keywords in C.

Identifiers are names for variables/functions; keywords are reserved words with special meaning.

Identifiers and keywords are the same and can be used interchangeably.

Identifiers are only used for functions; keywords are user-defined names.

Keywords can be changed by the user; identifiers cannot be reserved.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List the basic data types available in C.

int, float, double, char, void

string

boolean

array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are symbolic constants in C?

Symbolic constants are variables that can change during program execution.

Symbolic constants are fixed values defined using #define or const in C.

Symbolic constants are values that can be modified at runtime.

Symbolic constants are only used in C++ and not in C.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the structure of a basic C program.

C programs do not require a return statement at the end.

A basic C program structure includes preprocessor directives, the main function, variable declarations, statements, and a return statement.

A basic C program consists only of comments and whitespace.

The main function is optional in a C program structure.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write and execute your first C program?

Use a text editor to write the program without compiling.

Write a C program in Python and run it directly.

Compile the C program using Java and execute it.

Write a simple C program, compile it with GCC, and run the executable.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the #include preprocessor directive?

To include the contents of a file or library in the source code.

To define a function in the source code.

To execute a command during runtime.

To create a new variable in the program.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?