(2024) Accenture Previous Pseudocode Questions | Accenture Exam Questions |Talent Battle| 2024 Batch

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

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

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

    // 49:16 --> ans will be A. 21,
    // run this code for confirmation
    #include
    using namespace std;
    int main(){
    int a, b, c;
    a = 7;
    b = 3;
    c = 4;
    b = (a + a) + a;
    for(int c = 5; c

  • @niirajkumaar
    @niirajkumaar ปีที่แล้ว +10

    The answer of que 9 will be 21 because the value of C is not updated.

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

      yes you are right, i am thinking same

    • @SkyHigh-z5w
      @SkyHigh-z5w ปีที่แล้ว +1

      Looking for this comment 😊

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

      It is updating, try writing the code on compiler
      write for loop as for(c=5; c

  • @shashiyadav6289
    @shashiyadav6289 ปีที่แล้ว +16

    The answer for 9th question answer is 21 because c and a=0 value not changed

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

      yes, right(he updated the value of c on from forloop that is wrong)

    • @eeshaanmj8656
      @eeshaanmj8656 ปีที่แล้ว

      so you are saying c should not be changed?? right??
      @@mdkaifansari1992

    • @SandipanMajumder-b2r
      @SandipanMajumder-b2r 5 หลายเดือนก่อน

      you are right
      c was not the part of it

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

    In 4th problem at 21:02 the previous value of array's elements is taken. Instead of taking value a[1] as 11 shouldn't we take 12 because in second iteration of for loop we changed it to 12 right.

  • @mr_faizahamed
    @mr_faizahamed ปีที่แล้ว

    sir this class is so helpful & thank you for this video

  • @SkyHigh-z5w
    @SkyHigh-z5w ปีที่แล้ว

    Helpful 😊

  • @JaykumarPatil-z4x
    @JaykumarPatil-z4x ปีที่แล้ว

    please respect the time and try to solve quickly

    • @codewithkomala
      @codewithkomala ปีที่แล้ว

      th-cam.com/play/PLeR4AkluKgSe73OfibcCWWBZl40fh2teQ.html&si=OBlxWY6wQdHpxoYT

  • @20T114_NishanthSETE
    @20T114_NishanthSETE ปีที่แล้ว

    thank you sir.

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

    Thank you sir!

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

    Eligibility criteria? And batch? Branch?

  • @DNeerajaAF
    @DNeerajaAF ปีที่แล้ว

    How we know binary opertion for non it students we didnt understand

  • @mohitzen
    @mohitzen ปีที่แล้ว

    Thank you so much sir