
C++ String, LinkedList

Quiz
•
Computers
•
University - Professional Development
•
Hard
irvan lewenusa
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
jika dua string identik maka fungsi strcmp() mengembalikan nilai?
0
true
1
null
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
apa keluaran dari program berikut ?
#include <stdio.h>
#include<string .h>
void main()
{
char str1[20]="Hello",str2="world";
strcat(str1,str2);
puts(str1);
return 0;
}
Hello
Helloworld
world
false
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Keuntungan apa yang dimiliki linked list dibandingkan array?
Ukuran list tidak perlu disebutkan di awal program
Linked list tidak memiliki batas ukuran
Anda dapat menambahkan atau menghapus elemen dari tengah list.
semua benar
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Node dalam linked list berisi dua hal
Direction and a pointer
A Pointer and a reference
Data and a pointer
A pointer and a node
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Apa yang akan dicetak ketika Head->next->data dieksekusi seperti pada gambar di atas?
83
27
9
error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Node terakhir dari linked list tunggal berisi________
INFO
NEXT
NULL
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Linked list umumnya dianggap sebagai contoh _________ jenis alokasi memori.
static
dynamic
runtime
main
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Quiz Struktur Data

Quiz
•
University
10 questions
DS UNIT-2 TEST-1

Quiz
•
University
15 questions
User-Defined DS

Quiz
•
University
15 questions
Linked List (Chapter 2)

Quiz
•
University
10 questions
PDS - 04225 Lists, Stacks and Queues - Chapter 5

Quiz
•
University
10 questions
Struktur Data

Quiz
•
University
15 questions
Arrays and Linked Lists

Quiz
•
University
11 questions
Data Structures - Training: Quiz 1

Quiz
•
University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade