DS QUIZ

DS QUIZ

University

10 Qs

quiz-placeholder

Similar activities

HEAP TREE

HEAP TREE

University

11 Qs

Computer Motherboard

Computer Motherboard

University

11 Qs

Arrays

Arrays

University

11 Qs

Programming in C

Programming in C

University

10 Qs

DS_NumPy_TEST1

DS_NumPy_TEST1

University

12 Qs

PHP

PHP

University

10 Qs

Ulangan Harian Pemrograman Dasar XI

Ulangan Harian Pemrograman Dasar XI

University

10 Qs

Quiz Struktur Data

Quiz Struktur Data

University

15 Qs

DS QUIZ

DS QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

Komala D

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a non linear data structure?

Array

Graph

Linked List

Stack

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Card Sorter uses insertion sort technique for sorting?

True

False

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

 int a, p1, *p2;

    a=65;

    p1=&a;

    p2=&p1;

What is stored in p1?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the return type of calloc()?

void *

Pointer of allocated memory type

void **

int *

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Match the following

b, c, a, e, d

e, d, a, c, b

c, d, e, a, b

c, e, c, a, b

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

ptr = (cast-type*)     ?     (n, element-size); Fill in the blank.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can I increase the size of dynamically allocated array?

Yes

No

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?