Search Header Logo

c set 3

Authored by ESPARK 2023

Other

University

Used 6+ times

c set 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct syntax for initializing a string in C?

char str[10] = {'H', 'e', 'l', 'l', 'o', '\0'};

char str[10] = "Hello";

char str[] = {'H', 'e', 'l', 'l', 'o', '\0'};

char str[] = "Hello";

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Comment on the following pointer declaration?

int *p, x;

p is a pointer to integer, x is not

p and x, both are pointers to integer

p is pointer to integer, x may or may not be

p and x both are not pointers to integer

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is used to compare two strings in C?

strcmp()

strcmpi()

compare()

cmpi()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If we pass an array as an argument to a function, what actually gets passed?

Value of elements in array

First element of the array

Base address of the array i.e., the address of the first element

Address of the last element of array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is the output of following?

3, 2, 515

515, 2, 3

3, 2, 5

515, 515, 4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following C code?

30

-10

20

100

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is the output of the following program?

5

15

20

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?