In C, if we pass an array as an argument to a function, what actually get passed?
Anonymous Quiz
19%
Address of the last element of array
52%
Base address of the array
21%
Value of elements in array
8%
First element of the array
What will be the output of the following C++ code snippet?
Anonymous Quiz
9%
10.0 5
57%
10 2.5
25%
10.0 5.0
8%
5.0 2.5
Linked list is considered as an example of ___________ type of memory allocation.
Anonymous Quiz
69%
Dynamic
16%
Static
10%
Compile time
6%
Heap
❤2
Which one of the following options is the correct output for the given code of JavaScript?
Anonymous Quiz
24%
James
41%
compilation error
20%
runtime error
15%
undefined
👍1
The Ultimate SQL Project Handbook version 2.pdf
4.2 MB
The Ultimate SQL project handbook version 2
👍3
Which of the below data type doesn’t support overloaded methods for +,-,* and /?
Anonymous Quiz
17%
int
14%
float
12%
double
58%
BigDecimal
What will be the output of the below program?
Anonymous Quiz
57%
Strings are Equal
19%
No output
14%
Runtime error
10%
Compilation error
How structures and classes in C++ differ?
Anonymous Quiz
13%
Structures by default hide every member whereas classes do not
49%
In Structures, members are public by default whereas, in Classes, they are private by default
20%
Structures cannot have private members whereas classes can have
18%
In Structures, members are private by default whereas, in Classes, they are public by default
🛡️🐧Defence Linux Security
🔹Firewalls
🔹Sandboxing
🔹Intrusion Detection
🔹Log Monitoring
🔹File Integrity Monitoring
🔹Antivirus
🔹Disc/Filesystem Encryption
🔹Secure Shell
🔹VPN
🔹Password Security
🔹Network Monitoring
🔹Security Hardening
🔹Rootkit Detection
🔹Security Auditing
━━━━━━━━━━━━━━━━━━━━━━━━
👉Join @bigdataspecialist for more👈
━━━━━━━━━━━━━━━━━━━━━━━━
🔹Firewalls
🔹Sandboxing
🔹Intrusion Detection
🔹Log Monitoring
🔹File Integrity Monitoring
🔹Antivirus
🔹Disc/Filesystem Encryption
🔹Secure Shell
🔹VPN
🔹Password Security
🔹Network Monitoring
🔹Security Hardening
🔹Rootkit Detection
🔹Security Auditing
━━━━━━━━━━━━━━━━━━━━━━━━
👉Join @bigdataspecialist for more👈
━━━━━━━━━━━━━━━━━━━━━━━━
👍2
In Linked List implementation, a node carries information regarding ___________
Anonymous Quiz
20%
Data
10%
Link
64%
Data and Link
7%
Node
Which one of the following options is the correct output for the given code of JavaScript?
Anonymous Quiz
26%
James Deo
34%
compilation error
19%
runtime error
21%
undefined