Final assessment

Final assessment

Professional Development

30 Qs

Similar activities

AJWT MCQ Quiz

AJWT MCQ Quiz

Professional Development

25 Qs

Java Chapter 3 Review Questions

Java Chapter 3 Review Questions

Professional Development

25 Qs

SDdbC#_Final Quiz

SDdbC#_Final Quiz

Professional Development

25 Qs

IT support Level-1 (MS Excel)

IT support Level-1 (MS Excel)

Professional Development

25 Qs

Infin'IT

Infin'IT

Professional Development

31 Qs

ML/AI internship Intermediate assessment

ML/AI internship Intermediate assessment

Professional Development

30 Qs

Quiz - Functions in C

Quiz - Functions in C

Professional Development

30 Qs

Python Knowledge Check

Python Knowledge Check

Professional Development

35 Qs

Final assessment

Final assessment

Assessment

Quiz

Created by

mic micdeJC

Computers

Professional Development

1 plays

Easy

30 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A memory location associated with a name that can store various types

of data and retrieve them as needed is known as a ________________ in

C.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the functionality of the strcmp() method?

The strcmp() method compares two strings and returns a number

The strcmp() method concatenates two strings and returns the

resulting string

The strcmp() method copies the string str2 into the string str1

The strcmp() method gets a reverse of string

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Values can never be changed; they are locked for the duration of the program, also known as '_______________' by some programmers

Pointer

Literals

Array

Function

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The float, integer and character are also known as _________________.

Secondary constants

Minor constants

Primary constants

Inferior constants

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is part of the secondary constant?

Array

Integer

Float

Character

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A group of statements that perform a task at the same time is known as a ________________.

Branching

Function

Looping

Switching

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Is the following statement true or false? In C, an array of structures is used to store information about numerous entities of various data types.

True

False

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which symbol is used for declaring a pointer variable?

$

#

*

&

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A few programmers believe that specifying a function inside another function is referred to as a ________________.

Nested function

Inline function

Void function

Return function

10.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statement best describes the term "strchr()"?

strchr() function returns the location or pointer to the first

occurrence of a character in a string

strchr() function converts all characters in the string to lowercase

strchr() function returns the location or pointer to the first

occurrence of one string in another

strchr() concatenates two strings

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?