C String

C String

University

5 Qs

quiz-placeholder

Similar activities

colour

colour

KG - Professional Development

10 Qs

TESOL DIEGO LOYOLA PRACTICE

TESOL DIEGO LOYOLA PRACTICE

University

10 Qs

The Imperative

The Imperative

4th Grade - University

10 Qs

Reading Comprehension Questions U.7

Reading Comprehension Questions U.7

University

10 Qs

TED-Ed: How to Make Your Writing Suspenseful

TED-Ed: How to Make Your Writing Suspenseful

8th Grade - Professional Development

8 Qs

Present Perfect Review IPT

Present Perfect Review IPT

12th Grade - University

10 Qs

Vocabulary

Vocabulary

University

10 Qs

DEGREE OF COMPARISON

DEGREE OF COMPARISON

University

10 Qs

C String

C String

Assessment

Quiz

English

University

Practice Problem

Medium

Created by

Azrinna Muhamad

Used 20+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to read a string from the user?

gets()

puts()

printf()

scanf()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the puts() function do?

Reads a string from the user

Displays a string

Concatenates two strings

Reverses a string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

Prints the entered string

Prints "Enter a string:"

Compilation error due to gets()

Runtime error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file is required for string handling functions in C?

stdio.h

stdlib.h

string.h

ctype.h

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

#include <stdio.h>

int main() {

char line[100];

printf("Enter a line of text: ");

_____(line);

printf("You entered: %s\n", line);

return 0;

}

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?