C Program To Display Elements of Array In Reverse Order using Pointers

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

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

  • @BJOSHIBHAUMIK
    @BJOSHIBHAUMIK 26 วันที่ผ่านมา +1

    Thank u

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

    simple and clear explanation .thanks a million

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

    through this tutorial I understood two thing, the way how to reverse the elements of array and what the pointers do. Thank you

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

    Thank you😊

  • @shivajoshi9068
    @shivajoshi9068 4 ปีที่แล้ว

    thankyou for the great explaination

  • @priyankanegi7730
    @priyankanegi7730 2 ปีที่แล้ว

    bhai loop ko to change kro last wale me reverse leke jao (i=n-1 ; i>=0 ; i--) use this in second loop

  • @RahulSingh-ql9mw
    @RahulSingh-ql9mw 3 ปีที่แล้ว

    What is the use of for loop then