TCS NQT Programming MCQ's Mock Test - 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • In this session Shridhar sir will discuss Programming MCQ's for TCS NQT Examination.In this video we have discussed New pattern Programming MCQ's for TCS NQT.. This video will give you idea about the difficulty level and pattern and accordingly you can prepare for the TCS NQT exam.
    Registration Link : learning.tcsio...
    ****************************************************************************
    you can get our Materials from the below link :
    onlinestudy4u....
    ****************************************************************************
    Telegram Link : t.me/free_plac...
    ****************************************************************************
    instagram id: www.instagram....
    *****************************************************************************
    TCS NQT playlist : • TCS NQT Previous Year ...
    #TCSNQT #TCSNQT2021 #TCSNEWPATTERN

ความคิดเห็น • 40

  • @mrinalsharma18
    @mrinalsharma18 3 ปีที่แล้ว +1

    Ques 2 ans - infinite loop
    Ques 3 ans - none of the above

  • @unemployedcse3514
    @unemployedcse3514 3 ปีที่แล้ว +12

    Sir in question 3 I think option D is correct answer since both answer gives value stored in the address
    *(X+n) and *x[n]

    • @venip9106
      @venip9106 3 ปีที่แล้ว

      Yes sir

    • @Thelifeunfolded
      @Thelifeunfolded 3 ปีที่แล้ว

      Yes sir

    • @sowmyakasettikasetti1187
      @sowmyakasettikasetti1187 3 ปีที่แล้ว

      &x[n] gives the address of element x[n]
      Where *x[n] gives the value stored in the address x[n].
      Let us assume that address of x[n] is 1000 and value of x[n] is 4 and 10 is stored in address 4.
      &x[n] is 1000.
      *x[n] is the value stored in the address 4 that is 10.

  • @abuzerkhan7870
    @abuzerkhan7870 3 ปีที่แล้ว +8

    Q.6 me esa bhi to ho sakta ki ,x me garbage jayegi to , ho sakta he ki garbage value badi ho x se, to condition true ho jaye . garbage value me integer hi dalti he value ya or kuch?

  • @gauravanand_11
    @gauravanand_11 3 ปีที่แล้ว +1

    Worth to watch...👍👌

  • @harishankerchauhan2826
    @harishankerchauhan2826 3 ปีที่แล้ว +6

    I think no option is correct in 3 question. If * will be removed in first option then it will become correct or in last option if we remove * from *x[n] then it will become correct option.

  • @vk__ydv
    @vk__ydv 3 ปีที่แล้ว +3

    While(I+1 ? --i:j++)
    Should result in an infinite loop if it turns to be
    While(1)

    • @sowmyakasettikasetti1187
      @sowmyakasettikasetti1187 3 ปีที่แล้ว +2

      Iteration 1: i+1 is 3.predecrement i .i becomes 1. 1 means true.loop start running.1 will be printed.
      Iteration 2: i+1 is 2.predecrement i. i becomes 0 .0 means false.loop stops running.
      So output is 1

    • @vk__ydv
      @vk__ydv 3 ปีที่แล้ว +1

      @@sowmyakasettikasetti1187 ooh thanks I thought only for one iteration

  • @harinireddy3452
    @harinireddy3452 3 ปีที่แล้ว +2

    Tqq.. sir, for it's wonderful vedio

    • @dvenkatramana9942
      @dvenkatramana9942 3 ปีที่แล้ว +1

      Hii if know any verbal ability best chanel

  • @ektakumari3082
    @ektakumari3082 3 ปีที่แล้ว +2

    Hi sir, I ran the code of the 6th question in VS Code, it is giving TOM,as the value of x will be some GARBAGE VALUE.which is greater than 4.

    • @ParasVashishth_RV
      @ParasVashishth_RV 3 ปีที่แล้ว

      yes, the ans of this ques is None of the above

  • @Kubu64
    @Kubu64 3 ปีที่แล้ว

    Very thanks sr

  • @pakreactiononindia3561
    @pakreactiononindia3561 3 ปีที่แล้ว +1

    In question no 2 I think 0 is correct

  • @trivenisingh4728
    @trivenisingh4728 3 ปีที่แล้ว

    Helpful video

  • @kamalis4037
    @kamalis4037 3 ปีที่แล้ว +1

    4) option a

  • @sailalitha3962
    @sailalitha3962 3 ปีที่แล้ว

    Yes

  • @luc_i_fer
    @luc_i_fer 3 ปีที่แล้ว +1

    question no: 3 all option are wrong

  • @satyamkumar1691
    @satyamkumar1691 3 ปีที่แล้ว +3

    Sir solutions of 2nd questions is not clear pls repeat..

  • @prakarshsinha1442
    @prakarshsinha1442 3 ปีที่แล้ว +3

    Why can't the garbage value be less than 4 in the 6 th question?

    • @souravpaul7677
      @souravpaul7677 3 ปีที่แล้ว

      Garbage value can be anything from -infinite to +infinite.

  • @kamalis4037
    @kamalis4037 3 ปีที่แล้ว +2

    2)1

  • @kartik_shegaonkar
    @kartik_shegaonkar 3 ปีที่แล้ว +1

    how can you decide that the 127th position is not allocated when the value of n is not specified? please explain.

    • @BarkaDog
      @BarkaDog 3 ปีที่แล้ว

      I don't think that question is correct

    • @unemployedcse3514
      @unemployedcse3514 3 ปีที่แล้ว

      @@BarkaDog I think option D is correct

  • @travelworld5889
    @travelworld5889 3 ปีที่แล้ว +1

    2018 is applicable or not sir

  • @venip9106
    @venip9106 3 ปีที่แล้ว

    Pls explain again

  • @supravatbera3548
    @supravatbera3548 3 ปีที่แล้ว +1

    Call letter kab milaga exam k????

  • @shishirkalaskar607
    @shishirkalaskar607 3 ปีที่แล้ว

    Q6) a) Tom ... It is showing. I have programmed same in codeblocks

  • @charishmadevivippili5823
    @charishmadevivippili5823 3 ปีที่แล้ว

    What is the score for each code ?

  • @mayurgoyal9858
    @mayurgoyal9858 3 ปีที่แล้ว

    Q5) Error //you can compile by yourself

    • @rohitsangam1639
      @rohitsangam1639 3 ปีที่แล้ว

      Yess null plus anything is null this guys are wasting our time

  • @luvchaudhary130
    @luvchaudhary130 3 ปีที่แล้ว

    Don't write in top right corner it is not visible

  • @equestbysurekha7256
    @equestbysurekha7256 3 ปีที่แล้ว +1

    For leap year program please do watch
    th-cam.com/video/9y8QK4eMzSw/w-d-xo.html

  • @tejabattula7492
    @tejabattula7492 3 ปีที่แล้ว

    0

  • @venip9106
    @venip9106 3 ปีที่แล้ว

    2 Questions don't understand sir