👍1
Which header file is used for supporting the functions- malloc() and calloc().
Anonymous Quiz
29%
stdio.h
8%
math.h
48%
stdlib.h
14%
memory.h
👍2
Which of the following constructors are provided by the C++ compiler if not defined in a class?
Anonymous Quiz
10%
Copy constructor
48%
Default constructor
14%
Assignment constructor
29%
All of these
What kind of linked list is best to answer questions like “What is the item at position n?”
Anonymous Quiz
28%
Singly linked list
22%
Doubly linked list
9%
Circular linked list
41%
Array implementation of linked list
Which one of the following options is the correct output for the given code of JavaScript?
Anonymous Quiz
50%
2
10%
3
4%
0
35%
Error
Which concept allows you to reuse the written code in C++?
Anonymous Quiz
61%
Inheritance
24%
Polymorphism
7%
Abstraction
9%
Encapsulation
❤2
Linked lists are not suitable for the implementation of ___________
Anonymous Quiz
17%
Insertion sort
22%
Radix sort
33%
Polynomial manipulation
27%
Binary search
👍1
Top 9 Http Methods-
GET 🧐 - Retrieve data from a resource.
HEAD 🎧 - Retrieve the headers of a resource.
POST 📮 - Submit data to a resource.
PUT 📥 - Update an existing resource or create a new resource.
DELETE 🗑️ - Remove a resource.
CONNECT 🔗 - Establish a network connection for a resource.
OPTIONS ⚙️ - Describe communication options for the target resource.
TRACE 🕵️♂️ - Retrieve a diagnostic trace of the request.
PATCH 🩹 - Apply a partial update to a resource.
GET 🧐 - Retrieve data from a resource.
HEAD 🎧 - Retrieve the headers of a resource.
POST 📮 - Submit data to a resource.
PUT 📥 - Update an existing resource or create a new resource.
DELETE 🗑️ - Remove a resource.
CONNECT 🔗 - Establish a network connection for a resource.
OPTIONS ⚙️ - Describe communication options for the target resource.
TRACE 🕵️♂️ - Retrieve a diagnostic trace of the request.
PATCH 🩹 - Apply a partial update to a resource.
👍1👏1
Which one of the following options is the correct output for the given code of JavaScript?
Anonymous Quiz
3%
7
80%
11
11%
3
7%
9