
KLU- CLUSTER -6 DAY-7
Authored by CCC info@ccc.training
English
Professional Development
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following function do for a given Linked List with first node as head? void fun1(struct node* head) { if(head == NULL) return; fun1(head->next); printf("%d ", head->data); }
Prints all nodes of linked list in reverse order
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A linear collection of data elements where the linear node is given by means of pointer is called?
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the time complexity to count the number of elements in the linked list?
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of following function for start pointing to first node of following linked list? 1->2->3->4->5->6 void fun(struct node* start) { if(start == NULL) return; printf("%d ", start->data); if(start->next != NULL ) fun(start->next->next); printf("%d ", start->data); }
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the functionality of the following piece of code? public int function(int data) { Node temp = head; int var = 0; while(temp != null) { if(temp.getData() == data) { return var; } var = var+1; temp = temp.getNext(); } return Integer.MIN_VALUE; }
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Linked lists are not suitable to for the implementation of?
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
25 questions
New Headway Plus Elementary Units 5-6
Quiz
•
Professional Development
33 questions
Prueba aprendizajes previos CMM I TRIM
Quiz
•
Professional Development
25 questions
C2 PROFICIENCY USE OF ENGLISH PART 3
Quiz
•
11th Grade - Professi...
25 questions
Business Partner A2+ Unit 8
Quiz
•
Professional Development
25 questions
Unit 13 and 14 interchange intro
Quiz
•
Professional Development
25 questions
Course 2 Final Review!
Quiz
•
4th Grade - Professio...
25 questions
General Knowledge (Part2)
Quiz
•
9th Grade - Professio...
25 questions
Present Simple Questions
Quiz
•
2nd Grade - Professio...
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for English
15 questions
LOTE_SPN2 5WEEK3 Day 2 Itinerary
Quiz
•
Professional Development
20 questions
Black History Month Trivia Game #1
Quiz
•
Professional Development
20 questions
90s Cartoons
Quiz
•
Professional Development
42 questions
LOTE_SPN2 5WEEK2 Day 4 We They Actividad 3
Quiz
•
Professional Development
6 questions
Copy of G5_U6_L3_22-23
Lesson
•
KG - Professional Dev...
20 questions
Employability Skills
Quiz
•
Professional Development