TCS NQT Programming MCQ's Mock Test - 1

Поділитися
Вставка
  • Опубліковано 8 жов 2020
  • 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.tcsionhub.in/hub/nat...
    ****************************************************************************
    you can get our Materials from the below link :
    onlinestudy4u.in/Premium-Videos
    ****************************************************************************
    Telegram Link : t.me/free_placement_material
    ****************************************************************************
    instagram id: invitescon...
    *****************************************************************************
    TCS NQT playlist : • TCS NQT Previous Year ...
    #TCSNQT #TCSNQT2021 #TCSNEWPATTERN

КОМЕНТАРІ • 40

  • @gauravanand_11
    @gauravanand_11 3 роки тому +1

    Worth to watch...👍👌

  • @mrinalsharma18
    @mrinalsharma18 3 роки тому +1

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

  • @Kubu64
    @Kubu64 3 роки тому

    Very thanks sr

  • @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.

  • @trivenisingh4728
    @trivenisingh4728 3 роки тому

    Helpful video

  • @sailalitha3962
    @sailalitha3962 3 роки тому

    Yes

  • @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?

  • @harinireddy3452
    @harinireddy3452 3 роки тому +2

    Tqq.. sir, for it's wonderful vedio

  • @kamalis4037
    @kamalis4037 3 роки тому +1

    4) option a

  • @pakreactiononindia3561
    @pakreactiononindia3561 3 роки тому +1

    In question no 2 I think 0 is correct

  • @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

  • @kamalis4037
    @kamalis4037 3 роки тому +2

    2)1

  • @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.

  • @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.

  • @venip9106
    @venip9106 3 роки тому

    Pls explain again

  • @satyamkumar1691
    @satyamkumar1691 3 роки тому +3

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

  • @luc_i_fer
    @luc_i_fer 3 роки тому +1

    question no: 3 all option are wrong

  • @travelworld5889
    @travelworld5889 3 роки тому +1

    2018 is applicable or not sir

  • @supravatbera3548
    @supravatbera3548 3 роки тому +1

    Call letter kab milaga exam k????

  • @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

  • @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.

  • @charishmadevivippili5823
    @charishmadevivippili5823 3 роки тому

    What is the score for each code ?

  • @equestbysurekha7256
    @equestbysurekha7256 3 роки тому +1

    For leap year program please do watch
    ua-cam.com/video/9y8QK4eMzSw/v-deo.html

  • @luvchaudhary130
    @luvchaudhary130 3 роки тому

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

  • @tejabattula7492
    @tejabattula7492 3 роки тому

    0

  • @venip9106
    @venip9106 3 роки тому

    2 Questions don't understand sir

  • @shishirkalaskar607
    @shishirkalaskar607 3 роки тому

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

  • @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