3 May 2024 Coding Question 2 TCS NQT || Coding Question || TCS NQT Coding Question.

Поділитися
Вставка
  • Опубліковано 4 тра 2024

КОМЕНТАРІ • 3

  • @pratikgujarathi8718
    @pratikgujarathi8718 2 місяці тому

    If you want May 6 Shift 2 Coding
    Questions then i can provide you?

    • @gouravghoshi963
      @gouravghoshi963 2 місяці тому

      please provide me
      i will be thankful

    • @pratikgujarathi8718
      @pratikgujarathi8718 2 місяці тому

      Easy Coding Question:
      Find the Missing Number from Arr[]. Range of number in arr should be 1-9. Note that Arr should be 1 less then (if M is 9 than Arr length should 8)M.
      Input:
      M= 9
      Arr=[1,2,3,4,5,7,8,9]
      Output:
      6
      Note that Arr[] should not Contain any duplicate element