Basic C Programming Quiz Chapter 5

Basic C Programming Quiz Chapter 5

12th Grade

10 Qs

quiz-placeholder

Similar activities

TOEFL Structure (Skills 1-57)

TOEFL Structure (Skills 1-57)

9th Grade - Professional Development

10 Qs

Quiz Bee AVERAGE ROUND

Quiz Bee AVERAGE ROUND

12th Grade

10 Qs

Quiz Bee EASY ROUND

Quiz Bee EASY ROUND

12th Grade

10 Qs

Python Loops

Python Loops

9th - 12th Grade

10 Qs

Nama-nama Not Pada Baluk (1)

Nama-nama Not Pada Baluk (1)

KG - Professional Development

10 Qs

Қазақ  тілі  мен  әдебиеті

Қазақ тілі мен әдебиеті

KG - University

10 Qs

Islam Agama Fitrah

Islam Agama Fitrah

3rd Grade - University

10 Qs

AI Introduction Quiz

AI Introduction Quiz

5th - 12th Grade

12 Qs

Basic C Programming Quiz Chapter 5

Basic C Programming Quiz Chapter 5

Assessment

Quiz

Education

12th Grade

Hard

Created by

Hafizul Hasmie

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a string constant in C programming?

A. A two-dimensional array

B. A one-dimensional array terminated by a NULL character

C. A collection of integers

D. A collection of floating-point numbers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is used to terminate a string in C programming?

C. '\0'

D. '\n'

A. 'A'

B. 'Z'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the strlen() function do in C programming?

D. Counts the number of characters in a string

C. Joins two strings

B. Compares two strings

A. Copies one string to another

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you receive multiple words as input in C programming?

A. Using scanf()

D. Using puts()

B. Using gets()

C. Using printf()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using structures in C programming?

B. To store a number of pieces of information of the same data type

D. To perform mathematical operations

A. To hold one piece of information

C. To deal with entities of dissimilar data types

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you access individual elements of a structure variable in C programming?

D. Using a colon (:)

C. Using a dot (.)

B. Using a semicolon (;)

A. Using a comma (,)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare an array of structures in C programming?

C. struct[100] book b;

B. struct b[100] book;

A. struct book b[100];

D. struct b book[100];

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?