Which of the following correctly declares an array in C++?
Anonymous Quiz
6%
array{10};
10%
array array[10];
8%
int array;
76%
int array[10];
Consider the following operation performed on a stack of size 5.
After the completion of all operation, the number of elements present in stack is?
Anonymous Quiz
67%
1
12%
2
7%
3
14%
4
Which one of the following operator returns false if both values are equal?
Anonymous Quiz
10%
!
26%
!==
40%
!=
23%
All of above
👍2👏1😁1
Forwarded from Data science/ML/AI
Data Science Interview Resource
Looking to ace that Data Science Interview?
This resource got you covered 👌
It covers a wide range of topics from machine learning and deep learning to probability and statistics , python and SQL .
Link
Happy Learning 😃
#deep_learning #machine_learning #Data_Science #interview
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
Looking to ace that Data Science Interview?
This resource got you covered 👌
It covers a wide range of topics from machine learning and deep learning to probability and statistics , python and SQL .
Link
Happy Learning 😃
#deep_learning #machine_learning #Data_Science #interview
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @datascience_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - youssefHosni/Data-Science-Interview-Questions-Answers: Curated list of data science interview questions and answers
Curated list of data science interview questions and answers - youssefHosni/Data-Science-Interview-Questions-Answers
👍2🔥2
What is the numerical range of a char data type in Java?
Anonymous Quiz
37%
0 to 256
34%
-128 to 127
20%
0 to 65535
9%
0 to 32767
👍1
How many times while loop is executed if a short int is 2 byte wide?
Anonymous Quiz
19%
154 times
39%
155 times
19%
156 times
23%
Infinite times
👍3
What is the size of wchar_t in C++?
Anonymous Quiz
43%
Based on the number of bits in the system
32%
2 or 4
15%
4
10%
2
🔥2👍1😁1
Which of the following is not an inherent application of stack?
Anonymous Quiz
18%
Reversing a string
19%
Evaluation of postfix expression
16%
Implementation of recursion
47%
Job scheduling
Forwarded from Python Learning
Python Cheat Sheets
Python Beginner Cheat Sheet
Python Matplotlib Cheat Sheet
Python Pandas Cheat Sheet
Python Seaborn Cheat Sheet
#Python #cheat_sheets
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
Python Beginner Cheat Sheet
Python Matplotlib Cheat Sheet
Python Pandas Cheat Sheet
Python Seaborn Cheat Sheet
#Python #cheat_sheets
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
Telegram
Programming, data science, ML - free courses by Big Data Specialist
26 pages of python cheat-sheet from Python Crash Course
❤2
In a case, where the value of the operator is NULL , the typeof returned by the unary operator is___.
Anonymous Quiz
50%
Undefined
13%
String
22%
Boolean
15%
Object
👍1😁1
Which class provides system independent server side implementation?
Anonymous Quiz
22%
Server
28%
ServerReader
24%
Socket
27%
ServerSocket