Anonymous Quiz
    85%
    numbers[2]
      
    9%
    numbers[3]
      
    3%
    numbers.get(3)
      
    2%
    numbers.get(2)
      
    👍6🤯2
  Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
    VIEW IN TELEGRAM
  👍11🔥5❤2
  Anonymous Quiz
    58%
    Array.Copy()
      
    35%
    Array.Clone()
      
    7%
    Array.Duplicate()
      
    0%
    Array.Replicate()
      
    👍3
  Anonymous Quiz
    47%
    int[] numbers = new int[5]{1, 2, 3, 4, 5};
      
    27%
    int[] numbers = {1, 2, 3, 4, 5};
      
    22%
    int numbers = new int[]{1, 2, 3, 4, 5};
      
    3%
    int numbers = {1, 2, 3, 4, 5};
      
    💊4👍3
  Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
    VIEW IN TELEGRAM
  👍4🤔2💊2
  Anonymous Quiz
    85%
    numbers[1] = 10;
      
    8%
    numbers[2] = 10;
      
    6%
    numbers.set(1, 10);
      
    1%
    numbers.set(2, 10);
      
    👍4
  Anonymous Quiz
    87%
    Reverse()
      
    9%
    Invert()
      
    3%
    Flip()
      
    1%
    Turn()
      
    👍3
  Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
    VIEW IN TELEGRAM
  💊9👍4🔥3
  Anonymous Quiz
    81%
    IndexOf()
      
    7%
    FindIndex()
      
    11%
    GetIndex()
      
    1%
    SearchIndex()
      
    👍4
  Anonymous Quiz
    81%
    Find()
      
    11%
    Search()
      
    2%
    Locate()
      
    6%
    Match()
      
    👍2
  Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
    VIEW IN TELEGRAM
  👍6
  Anonymous Quiz
    27%
    int[] clone = (int[])numbers.Clone();
      
    56%
    int[] clone = numbers.Copy();
      
    8%
    int[] clone = numbers.Duplicate();
      
    8%
    int[] clone = Array.Replicate(numbers);
      
    👍5🔥2
  Anonymous Quiz
    83%
    Contains()
      
    8%
    Exists()
      
    5%
    Includes()
      
    4%
    Has()
      
    🤯17🤔2
  Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
    VIEW IN TELEGRAM
  👍5🔥2
  Anonymous Quiz
    7%
    string
      
    11%
    object
      
    77%
    int
      
    5%
    dynamic
      
    👍6
  Anonymous Quiz
    11%
    class
      
    80%
    struct
      
    4%
    interface
      
    6%
    delegate
      
    👍3
  Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
    VIEW IN TELEGRAM
  👍9
  Anonymous Quiz
    75%
    decimal
      
    9%
    string
      
    7%
    object
      
    10%
    List<int>
      
    👍2🔥1
  Anonymous Quiz
    80%
    sealed
      
    7%
    abstract
      
    9%
    static
      
    4%
    readonly
      
    👍3
  Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
    VIEW IN TELEGRAM
  🔥9
  Anonymous Quiz
    4%
    0
      
    2%
    false
      
    79%
    null
      
    15%
    Никакого, требует явной инициализации
      
    👍4