What will be the output of the following C++ function?
  Anonymous Quiz
    19%
    Runtime error may be possible
      
    30%
    Compiler error may be possible
      
    42%
    1
      
    9%
    0
      
    🔥5
  Which of the following statement(s) about stack data structure is/are NOT correct?
  Anonymous Quiz
    18%
    Linked List are used for implementing Stacks
      
    15%
    Top of the Stack always contain the new node
      
    48%
    Stack is the FIFO data structure
      
    19%
    Null link is present in the last node at the bottom of the stack
      
    😁4👍2
  👏4👍3
  Which one of the following is known as the Equality operator, which is used to check whether the two values are equal or not:
  Anonymous Quiz
    4%
    =
      
    83%
    ==
      
    11%
    ===
      
    3%
    &&
      
    👍4
  Which one of the following is not an access modifier?
  Anonymous Quiz
    14%
    Protected
      
    74%
    Void
      
    5%
    Public
      
    7%
    Private
      
    🥰2
  Python Cheat Sheets
Python Beginner Cheat Sheet
Python Matplotlib Cheat Sheet
Python Pandas Cheat Sheet
Python Seaborn Cheat Sheet
#Python #cheat_sheets
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @bigdataspecialist for more
  
  Python Beginner Cheat Sheet
Python Matplotlib Cheat Sheet
Python Pandas Cheat Sheet
Python Seaborn Cheat Sheet
#Python #cheat_sheets
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @bigdataspecialist for more
Telegram
  
  Programming, data science, ML - free courses by Big Data Specialist
  26 pages of python cheat-sheet from Python Crash Course
🔥2👍1
  Which data type cannot be checked in switch-case statement in C?
  Anonymous Quiz
    70%
    enum
      
    7%
    character
      
    4%
    integer
      
    18%
    float
      
    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
  