C Strings Quiz

C Strings Quiz

3rd Grade

10 Qs

quiz-placeholder

Similar activities

K3MT 201920 SC 025 (Array 1)

K3MT 201920 SC 025 (Array 1)

KG - University

11 Qs

CS50x.ni Y24C1 - 1S03

CS50x.ni Y24C1 - 1S03

3rd Grade

10 Qs

Java Strings

Java Strings

1st Grade - Professional Development

10 Qs

Pseudo code Practice 1

Pseudo code Practice 1

1st - 3rd Grade

10 Qs

Programming C++

Programming C++

2nd - 5th Grade

8 Qs

UAS Praktikum: Logika dan Algoritma Pemrograman

UAS Praktikum: Logika dan Algoritma Pemrograman

1st Grade - University

10 Qs

Python-basics

Python-basics

1st - 4th Grade

14 Qs

Python Quiz

Python Quiz

3rd - 4th Grade

15 Qs

C Strings Quiz

C Strings Quiz

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

priyanka it

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to declare a string in C?

char myString[] = "Hello";

char myString[6] = 'Hello';

string myString = 'Hello';

char myString = 'Hello';

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function is used to find the length of a string in C?

strlength()

strlen()

stringlength()

len()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you concatenate two strings in C?

strcat(string1, string2)

concat(string1, string2)

strncat(string1, string2, n)

append(string1, string2)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function is used to compare two strings in C?

strcmp()

add()

multiply()

divide()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to input a string in C?

input()

print()

cin >>

scanf()

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function is used to find the first occurrence of a character in a string in C?

findchar()

strrchr()

strchr()

index()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to copy one string to another in C?

moveString(destination, source)

copyString(destination, source)

duplicateString(destination, source)

strcpy(destination, source)

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?