Basic C Programming Quiz Chapter 5

Basic C Programming Quiz Chapter 5

12th Grade

10 Qs

quiz-placeholder

Similar activities

TOEFL Structure (Problems with the Form of the Verb)

TOEFL Structure (Problems with the Form of the Verb)

9th Grade - Professional Development

10 Qs

Teaching Strategies I Final Review

Teaching Strategies I Final Review

9th - 12th Grade

13 Qs

ALGORITHMS QUIZ (Pre)

ALGORITHMS QUIZ (Pre)

1st Grade - University

10 Qs

BM - PERCUBAAN PEMAHAMAN 2017

BM - PERCUBAAN PEMAHAMAN 2017

4th - 12th Grade

10 Qs

TOEFL Structure (Problems with Prepositions)

TOEFL Structure (Problems with Prepositions)

9th Grade - Professional Development

10 Qs

GFG Quiz

GFG Quiz

11th Grade - Professional Development

10 Qs

C++

C++

11th - 12th Grade

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 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?