Arrays & Pointers Arithmetic in C++ | C++ Tutorials for Beginners #13

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 2,4 тыс.

  • @__ajaymath6585
    @__ajaymath6585 2 года назад +85

    accepted sir by while loop :- int marks[]={6,7,8,9,10};
    int i=0;
    while(i

  • @hritishparasar2362
    @hritishparasar2362 3 года назад +20

    int main()
    {
    int marks[4]={34,23,14,36}
    //using while loop:
    int i = 0;
    while (i

  • @AadityaSPatil
    @AadityaSPatil 3 года назад +54

    11:27
    Challenge accepted and accomplished for all three loops!! Thank you, Harry bhai ♥

  • @ANMOLK_9
    @ANMOLK_9 11 месяцев назад +13

    02:48 An array is a collection of similar objects that allows skilled storage and access to multiple values.
    05:36 An array is a simple and convenient way to store and access multiple values.
    08:24 Arrays in C++ can be declared and specified in various ways.
    11:12 Printing values in an array and accessing them using loops.
    14:00 Understanding pointers and arrays.
    16:48 Incrementing index arithmetic permits the increase of indices based on the size of the data type.
    19:36 Understanding pointer arithmetic in C++.
    22:22 The value of output P depends on the presence of the increment operator.

  • @danishalam-r8y
    @danishalam-r8y Год назад +4

    Challenge accepted and done 👍
    While loop
    int i = 0;
    while (i

  • @RamSingh-yn5fw
    @RamSingh-yn5fw 4 года назад +194

    11:33 challenge accepted
    #include
    using namespace std;
    int main()
    {
    int i=0;
    int marks[4]={10,20,30,40};
    while(i

    • @shraone3185
      @shraone3185 4 года назад +11

      This is infinite loop

    • @rohansingh8827
      @rohansingh8827 4 года назад +14

      @@shraone3185 no condition i

    • @neerajpandey74
      @neerajpandey74 4 года назад +6

      ha maulm hai cha l tere baap ko mat sikha

    • @ShivamKumar-vw6pe
      @ShivamKumar-vw6pe 4 года назад +30

      @@neerajpandey74 jaarurt baap ko hi h sikhana ki ese chutiya oolaad pedda naa kare

    • @neerajpandey74
      @neerajpandey74 4 года назад +1

      @@ShivamKumar-vw6pe ha to ye baat apne papa ko bolo

  • @Arshad.Sultan0312
    @Arshad.Sultan0312 2 года назад +124

    i am a pharmacy graduate, and i am able to learn C++ with the help of such an extensive playlist. Many thanks to Harry Bhai

  • @syedminhajhaidershah6822
    @syedminhajhaidershah6822 2 года назад +37

    Thanks so much for providing this course for us
    You have done a lot of effort in this course.
    My friend who is a professional programmer he learned from u he recommended me ur channel
    Support and Blessings from PK

  • @hasi._.sheikhvlogs1832
    @hasi._.sheikhvlogs1832 9 месяцев назад

    using do while
    #include
    using namespace std;
    int main()
    {
    int c[3]={100,101,202};
    int i=0;
    do
    {
    cout

  • @mahigour7124
    @mahigour7124 2 года назад +4

    #include
    using namespace std;
    int main(){
    int EnglishMarks[5]={56,20,43,87,66};
    int i=0;
    while (i

  • @MT_45
    @MT_45 3 года назад +43

    You are a really good tutor! Even telling thinks that are *wrong* so people won't make mistake, that's what my IIT coaching tutors used to do. Great work, keep it up. 😁👍

  • @travel.keshav
    @travel.keshav 3 года назад +52

    18:58 Teyis , Chalis , Charso pachpan, Eigthy Nine .. every student can relate :)

  • @اکنیاخواب
    @اکنیاخواب 2 года назад

    chellange accepted
    while loop
    int num_array[8] = {189, 289, 389, 478, 544, 689, 7145, 8325};
    cout

  • @srajansingh8028
    @srajansingh8028 Год назад

    For while
    #include
    using namespace std;
    int main()
    {
    int marks [5] { 71, 72,73,74,75};
    int i = 0;
    while (i

  • @tanmaykarn
    @tanmaykarn 2 года назад +4

    Using while loop :
    int i=0;
    while (i

  • @gourabchowdhury7986
    @gourabchowdhury7986 Год назад +17

    //Using While Loop:
    #include
    using namespace std;
    int main() {
    int mathMarks[4] ={2278, 738, 378, 578};
    int i=0;
    while (i

  • @ritikasirohi2438
    @ritikasirohi2438 2 года назад +17

    Thanks for providing us a simpler way to learn each topic.

  • @crispyclips2916
    @crispyclips2916 4 года назад +23

    11:25 challenge accepted;
    # include
    using namespace std;
    //ARRAy ex:-:
    int main()
    {
    int marks[4] = {11,22,33,99};
    cout

    • @LOFI-MUSIC-REMIX-k3w
      @LOFI-MUSIC-REMIX-k3w 9 месяцев назад

      Bro what happened if I use int 1 instead of int0; in do.while loop please reply anyone's and clear my doubt

    • @GOJOANDSUKUNAFAN
      @GOJOANDSUKUNAFAN 9 месяцев назад

      ​@@LOFI-MUSIC-REMIX-k3w the it's 1,2,3,4 i guess instead of 0,1,2,3 😂 I think

  • @gouravmishra9803
    @gouravmishra9803 4 года назад +48

    pointer and array concept is now clear... Thank you❤ sir

    • @sirbap
      @sirbap 3 года назад +6

      He is our big brother 🍾🍷
      Cause teacher (sir) is always show's extra attitude but Harry bhaiya explain everything with politeness.

  • @deepg2477
    @deepg2477 3 года назад +12

    very good explanation, many teachers cant explain it so clearly

  • @akhandjeet6114
    @akhandjeet6114 Год назад

    include
    using namespace std;
    int main() {
    int marks [4]= {56,67,89,78};
    int i=0;
    while (i

  • @Auratic_12
    @Auratic_12 Год назад

    array in while and do while loop :
    while( i

  • @D-Coder440
    @D-Coder440 Год назад +40

    #Challenge Accepted
    11:26
    // Quick Quiz
    // using while and Do-While loops print the Value of Array
    #include
    using namespace std;
    int main()
    {
    int i = 0;
    int arr[5] = {98, 43, 45, 51, 76};
    cout

    • @ronakhirawat3637
      @ronakhirawat3637 10 месяцев назад +2

      bhai do ke cout mai tum "i"likhe ho waha pe j aayega

  • @AnEngineerHuman
    @AnEngineerHuman Год назад +5

    Day-09
    Completed_Upto_Tutorial_13
    Date-11/12/2022
    Time-23:59
    Topic-Arrays And Pointers Arithmatic
    Thank you harry bhai for this azmazing course

    • @adill6295
      @adill6295 Год назад

      @anEngineerHuman now it has been 9 months, i think you would have become pro at coding.(●'◡'●)

    • @AnEngineerHuman
      @AnEngineerHuman Год назад

      @@adill6295 nahi yar,coding me nahi,but new things learn karne me jyda pro ban raha hu.Abhi bahut sari chije explore kar raha hu.Ha, coding to karta hu,but utna nahi.Matlab full time nahi.

  • @lokmanlimbu9383
    @lokmanlimbu9383 Год назад +5

    Exercise for this chapter:
    Create an array of size n,ask the user for the value of n
    And for elements of the array,take those elements as input not using array index,instead use pointers and print those values using pointers
    Hint:Use pointer arithmetic

    • @_Vaibhav_Pal_
      @_Vaibhav_Pal_ 11 месяцев назад

      int n ;
      coutn;
      int arr[n];
      int* p = arr;
      for (int i=0; i

    • @PraveenKumar-vd8ev
      @PraveenKumar-vd8ev 11 месяцев назад

      #include
      using namespace std;
      int main(){
      int n;
      cout

  • @Iqbal00123
    @Iqbal00123 Год назад

    include
    using namespace std;
    int main()
    {
    int array[]={23,45,19,88};
    do{
    cout

  • @amannaik4323
    @amannaik4323 Год назад

    #include
    using namespace std;
    int main(){
    int a[4]={23,45,56,89};
    int i;
    while (i

  • @shubhayumandalstad8407
    @shubhayumandalstad8407 3 года назад +17

    Today i have completed watching this video and this is the fourth day of my c++ journey . I have started this course on 9th august.

    • @snowxedits04
      @snowxedits04 3 года назад

      Bhai kaha tak pahuche....1 mahine se jyada hoagay

    • @shubhayumandalstad8407
      @shubhayumandalstad8407 3 года назад

      Adarshmaurya I have completed till 46th video

    • @snowxedits04
      @snowxedits04 3 года назад

      @@shubhayumandalstad8407 Nice...I started on 30th August and I have completed 29 videos...with solving questions on hacker rank😊

    • @2003aryan
      @2003aryan 3 года назад

      Bhai kaha tak pahuche....2 mahine se jyada hogye

    • @suvam9473
      @suvam9473 3 года назад +1

      ​@@2003aryan i m trying to complete this course in less than 10 days...deadline 15th Nov socha hai...

  • @manthanjagtap6736
    @manthanjagtap6736 2 года назад +39

    #challenge_accepted
    Using while loop :-
    #include
    int main()
    {
    int marks_1[ ] = {23,45,67,89,94};
    int i;
    while(i

  • @pulastyabhagwat7774
    @pulastyabhagwat7774 Год назад +8

    Challenge accepted and Completed Successfully. Sir you are really great teacher, Before I started learning coding from you I used to find it boring but now I have started to enjoy it!!!!😊😊😊

  • @ADITYAKUMAR-po3pp
    @ADITYAKUMAR-po3pp Год назад +1

    // using while loop
    #include
    using namespace std;
    int main() {
    int marks[]={90,80,100,40};
    int i=0;
    while(i

  • @anjaliagrahari1832
    @anjaliagrahari1832 11 месяцев назад

    challenge accepted!
    #include
    using namespace std;
    int main(){
    int marks[4]={1,2,3,4};
    int i=0;
    do{
    cout

  • @ash1221
    @ash1221 Год назад +138

    PRO TIP :- You can use &Marks[n] to get the address of the desired block in the array.

  • @umairansari5392
    @umairansari5392 3 года назад +5

    11:25
    // using while loop
    int i = 0;
    while(i

  • @SajjadHussain-b6p
    @SajjadHussain-b6p Год назад +6

    Challenge accepted and completed sir , you are the best !
    Here is the code for while loop :
    #include
    using namespace std ;

    int main(){
    int marks[]={6565, 9595, 8585, 9090};
    int i = 0;
    while(i

    • @AatiqaKalar
      @AatiqaKalar Год назад

      You have a mistake in do while loop
      When you write :
      Cout

    • @SajjadHussain-b6p
      @SajjadHussain-b6p Год назад

      @@AatiqaKalar if you notice the syntax between our code only has a difference of a space in it
      my chaining is : cout

    • @AatiqaKalar
      @AatiqaKalar Год назад

      @Sajjad Hussain because of that i extra number are also printing

    • @SajjadHussain-b6p
      @SajjadHussain-b6p Год назад

      @@AatiqaKalar thank you for pointing out the error

  • @sananoor1814
    @sananoor1814 Год назад

    By using while loop:
    int i=0;
    while(i

  • @AjaySharma-bj5yi
    @AjaySharma-bj5yi Год назад

    accepted and done..
    // int i=0;
    // while (i

  • @nibsprogramming7794
    @nibsprogramming7794 4 года назад +12

    Thanks Harry for your hard work to teach us👍🙏

  • @abhijitkore7040
    @abhijitkore7040 3 года назад +44

    Sir give more and more problems to slove
    As we solve more problem our thinking skill and application of basic programmes will become storng 🙏🙏

  • @Rehulzretouch
    @Rehulzretouch 3 года назад +586

    Bhai ke vdos agar colleges me use krne lagg gaye toh programming ke teachers ki naukari khaa khaaenge😂😂

    • @satyamsingh3
      @satyamsingh3 3 года назад +10

      @Mr Beast Fanclub bhai bhai bhai

    • @ompatel5226
      @ompatel5226 3 года назад +18

      Bahi hamare teacher ko pc chalu karne se sikahna start karna padega

    • @Rafiqul.Islam4
      @Rafiqul.Islam4 3 года назад +2

      are yar hamare teachere to bhai kaise pc chalu karna hai wo bhi nahi aatta

    • @muskanofficially2194
      @muskanofficially2194 3 года назад +2

      Ha sahi he... 😂😂😂😂

    • @ashutosh97
      @ashutosh97 3 года назад

      @@ompatel5226 🤣

  • @adityachoudhary7171
    @adityachoudhary7171 Год назад +2

    Challenge accepted ans given below
    int i =0;
    while(i

  • @Iqbal00123
    @Iqbal00123 Год назад

    include
    using namespace std;
    int main()
    {
    int i;
    while(i

  • @muzamilkhan7105
    @muzamilkhan7105 2 года назад +5

    int marks[ ]={23,34,45,56};
    int i=0;
    while(i

  • @gmkhussain
    @gmkhussain 4 года назад +15

    What a great video for all the beginners.
    I just love your work. 🍎

  • @GeekyShubhamSharma
    @GeekyShubhamSharma 4 года назад +40

    Sir pls pls pls exercises and question and task bhi dijiye python wali series ki tarah pls
    Love your videos❣️❣️❣️❣️♥️♥️♥️

  • @Aima-t5m
    @Aima-t5m Месяц назад

    challenge accepted🙂
    with while loop:
    int i=0;
    while(i

  • @AbhinavKosta
    @AbhinavKosta Год назад

    Using While and Do-While loop.
    //Use of While loop.
    int i=0;
    while(i

  • @nikilsrujan7222
    @nikilsrujan7222 3 года назад +6

    # include
    using namespace std;
    int main(){
    int marks[4]={100 , 99 , 27 , 67 };

    int a = 0 ;
    while (a

  • @neeldurugkar5758
    @neeldurugkar5758 4 года назад +6

    Your teaching is very interesting & understanding,thank u bro..

  • @nikhilsrivastava311
    @nikhilsrivastava311 4 года назад +196

    //Done for all 3 loops :):)😎
    #include
    using namespace std;
    int main(){
    int i = 0;
    int Arr[4] = {23, 45, 455, 89};
    cout

    • @lovechauhan1278
      @lovechauhan1278 3 года назад +2

      words are displayed in output only no. are displayed ... someone help !!!!!

    • @lovechauhan1278
      @lovechauhan1278 3 года назад +1

      words are not*

    • @Kushagra1711
      @Kushagra1711 3 года назад

      @@lovechauhan1278 check if you've correctly used the syntax for cout operator!

    • @ashish4k07
      @ashish4k07 3 года назад

      correct

    • @adityapratappal
      @adityapratappal 2 года назад +2

      actuall you have one more curly bracket in the while loop in last line if not then your prigram is not working.

  • @SamarthChawlaSam
    @SamarthChawlaSam 4 месяца назад +1

    11:26
    #include
    using namespace std;
    int i = 0;
    int main(){
    //While Loop
    while (i

  • @MUKESHKUMAR-fd4jg
    @MUKESHKUMAR-fd4jg 3 года назад +5

    11:25
    challenge accepted
    i have successfully solve this quiz using all the loops

  • @scoa01aishwarya2
    @scoa01aishwarya2 2 года назад +13

    Please make a video on key board shortcuts you use while coding in vs code.. In spite of telling in videos of different playlists, please make a seperate video on all the shortcuts, it will be really helpful for beginners to do typing then

    • @abhishekspehia185
      @abhishekspehia185 2 года назад +3

      ruclips.net/video/t90FMQr9WWc/видео.html
      Is video me Harry Bhai ne sab bataya he

    • @ritvikk8073
      @ritvikk8073 Год назад

      ​@@abhishekspehia185👍👍

  • @qualiquan5625
    @qualiquan5625 Год назад +5

    #include
    using namespace std;
    int main() {
    int result[10]= { 34,54 ,52,22,64,32,67,42,15,72};
    int i=0;
    do{
    cout

  • @BilalKhan-qs4nw
    @BilalKhan-qs4nw 2 года назад

    //Array by using do-while loop:
    #include
    using namespace std;
    int main(){
    int marks[5]={40,50,49,60,76};
    cout

  • @lokeshchandrachaudhary3703
    @lokeshchandrachaudhary3703 4 года назад +5

    //USING DO WHILE LOOP:-
    #include
    using namespace std;
    int main()
    {
    int marks[4] = {43, 78, 67, 33};
    int i = 0;
    do
    {
    cout

  • @aryansisodiya6138
    @aryansisodiya6138 3 года назад +17

    int marks[] = {23, 57, 34, 354};
    // Quiz solution
    cout

    • @jeevan-23
      @jeevan-23 2 года назад

      Brilliant student

    • @aryansisodiya6138
      @aryansisodiya6138 2 года назад

      @@jeevan-23 Thanks

    • @jeevan-23
      @jeevan-23 2 года назад

      @@aryansisodiya6138 can u please say how to do 6 table

    • @NaveenReddyBattula
      @NaveenReddyBattula 2 года назад

      @@jeevan-23
      //Using for loop:
      #include
      using namespace std;
      int main(){
      for ( int i = 0, i

  • @adityapratappal
    @adityapratappal 2 года назад +7

    Challenge exepted.😎
    And really great teacher.
    Only Your video's help me to understand the coding in online mathod.🤗

  • @lightyy978
    @lightyy978 3 месяца назад

    Printing array values using while loop
    int marks[ ] ={22,23,85,96};
    int i=0;
    while (i

  • @ANKITCHAUHAN-cp4sd
    @ANKITCHAUHAN-cp4sd 4 года назад +4

    Sir pls pls pls exercises and question and task bhi dijiye python wali series ki tarah pls
    Love your videos

  • @harshlakwal9522
    @harshlakwal9522 4 года назад +7

    Challenge accepted bhaiyaa 🔥🔥 I'll do this...

  • @XengShi
    @XengShi 4 года назад +33

    "i love your Work", "
    ","😘😘😘"

  • @saqlain_akbar_6802
    @saqlain_akbar_6802 Год назад +1

    Challenge accepted 😁
    #include
    using namespace std ;
    int main()
    {
    int marks[4]={34,45,67,92} ;
    int i =0 ;
    while(i

  • @rajgaming6733
    @rajgaming6733 5 месяцев назад +3

    Practice sets bhi chahiye the😫

  • @gambler27788
    @gambler27788 2 года назад +8

    11:50
    #include
    #include
    using namespace std;
    int i3=0;
    int main(){
    int b;
    coutb;
    int array[b];
    int array2[b];
    for (int i=0;i

  • @talibahemad8632
    @talibahemad8632 4 года назад +4

    harry bhai Java programming par tutorial banao

  • @AaradhayKediyal2712
    @AaradhayKediyal2712 Год назад

    int i=0;
    while(i

  • @rajasthanirailfan2946
    @rajasthanirailfan2946 Год назад

    11:26
    challenge accepted 👍👍
    int marks[5];
    marks[0]=123;
    marks[1]=143;
    marks[2]=1653;
    marks[3]=125;
    marks[4]=233;

    // with do while loop
    int i=0;
    do
    {
    cout

  • @sharathsasidharan3125
    @sharathsasidharan3125 4 года назад +7

    ALRIGHT!
    #include
    using namespace std;
    int main()
    {
    // FOR LOOPS FOR ARRAYS
    int marks[] = {14,45,89,22,15};
    marks[3]=20; //UPDATING THE VALUE OF INDEX 3
    cout

  • @saranbbx9112
    @saranbbx9112 2 года назад +14

    1) WHILE LOOP
    #include
    using namespace std;
    int main() {
    int marks[] = {23 ,45, 56, 89};
    marks[2] = 455;
    int i = 0;
    while(i

  • @ntech3674
    @ntech3674 3 года назад +5

    Thank you harry bhai for making this. salute you man For this great efforts for us 😇😇

  • @Krishnaaa27
    @Krishnaaa27 4 месяца назад

    The code for while loop is:
    #include
    using namespace std;
    int main(){
    int marks[]={34, 56, 96, 45};
    int i=0;
    while(i

  • @rohankumawat2870
    @rohankumawat2870 2 года назад

    using while loop:-
    // int i=0;
    // while(i

  • @surendrakushwaha7469
    @surendrakushwaha7469 4 года назад +6

    name - Surendra kushwaha
    From Banda UP
    Sir, kindly make a complete series on DBMS (SQL)
    after web development
    Your Big fan sir & regular viewer

    • @sasuke3737
      @sasuke3737 4 года назад +2

      donate kr cmmnt nahi

  • @Navi-090
    @Navi-090 8 месяцев назад +157

    Kon kon yeh video 2024 main dekh raha h ❤️❤️

  • @FalconXGame
    @FalconXGame 3 года назад +4

    great video and I have a doubt that is how can we display a particular number from the array which is not in a particular numerical order

    • @Natsuo_873
      @Natsuo_873 Год назад

      you have watched this 2 years ago so what have you done upto yet

  • @avnishsingh2285
    @avnishsingh2285 22 дня назад

    i am a complete beginner and i am starting my learning coding language journey after my 3rd sem. i am currently pursuing by btech from nit dgp. thanks a lot to you for giving us such a grate platform for learning and upgrading our skills. 🙇‍♀

  • @JustPranav
    @JustPranav 4 месяца назад

    Accepted Challenge.
    Using WHILE:
    int i=0;
    while (i

  • @RakeshKumar-ks7gw
    @RakeshKumar-ks7gw 4 года назад +4

    Sir mere pass koe computer diploma nhi hai leken me CRPF me rhte huye Kuch spical sekena Chahta hu
    Muje computer me bhut intereste h
    Eslye muje kya sekna chaye aap betaye jese mere ko khude ke uper gerve ho
    Sir reply jerur dena me Aapke jebav Ka wait ker rha hu

  • @Rajupk123
    @Rajupk123 3 года назад +4

    Pointers concept starts at 11:51
    Save your time

  • @Sanātana-balak
    @Sanātana-balak 2 года назад +4

    Challenge accepted and target is achieved for all three loops

  • @SKD14344AK
    @SKD14344AK 10 месяцев назад +1

    # challenge accepted 11:26
    // by using "while loop"
    #include
    using namespace std;
    int main(){
    int i=0;
    while(i

  • @bhavisheywalecha1414
    @bhavisheywalecha1414 7 месяцев назад +1

    #include
    using namespace std;
    int main() {
    int marks[10]={10,56,98,34,76,49,02,57,83,17};
    int i=0;
    //BY USING DO WHILE LOOP:-
    do
    {
    cout

  • @atomicthingss
    @atomicthingss 8 месяцев назад

    #include
    using namespace std;
    int main(){
    int i=0;
    int marks[]={34,67,89,45};
    while (i

  • @UmairMughal-z2v
    @UmairMughal-z2v 2 месяца назад

    int mark[]={23,45,89,34,90,56};
    int e=0;
    while(e

  • @internetbeing3681
    @internetbeing3681 Год назад

    11:19
    //Printing values in array by while loop
    #include
    using namespace std;
    int main(){
    int marks[5] = {23, 44, 55, 60, 80}
    int i=0;
    while(i

  • @reepikangsus6913
    @reepikangsus6913 Год назад

    //using do-while loop.
    #include
    using namespace std;
    int main()
    {
    int marks[] = {23,34,56,65};
    int i = 0; //initialisation
    do{
    cout

  • @vivekmaurya5990
    @vivekmaurya5990 2 года назад

    using while loop
    int main(){
    int marks[] = { 45 , 35 , 55 ,56 ,78};
    int i=0;
    while(i

  • @MaidaFatima-py6ww
    @MaidaFatima-py6ww 8 дней назад

    //using while loop
    int i;
    while (i

  • @bhavisheywalecha1414
    @bhavisheywalecha1414 7 месяцев назад +1

    #include
    using namespace std;
    int main() {
    int marks[10]={10,56,98,34,76,49,02,57,83,17};
    int i=0;
    //BY USING WHILE LOOP:-
    while (i

  • @pulkit8133
    @pulkit8133 9 месяцев назад

    using do while loop
    #include
    using namespace std;
    int main(){
    int marks[]={23,45,455,89};
    int i=0;
    do {
    cout

  • @Alien-ou4nu
    @Alien-ou4nu 4 месяца назад

    challenge accepted, sir.
    1] do-while loop :-
    int marks[] = {32,43,76,64,12,98};
    int a = 0;
    do
    {
    cout

  • @tishayadav993
    @tishayadav993 Год назад +1

    #include
    using namespace std;
    int main(){
    int marks[4]={32,33,45,65};
    int i=0;
    while(i

  • @yugtyagi875
    @yugtyagi875 Год назад

    assignment code :
    int i=0;
    do {
    cout

  • @ijazkhan7788
    @ijazkhan7788 2 года назад

    while (i

  • @DaniyalHassan-j3n
    @DaniyalHassan-j3n 2 месяца назад +1

    Challenge accepted
    While loop❤❤❤
    Int I=0;
    While(I

  • @ArbaazKhan-qt6oo
    @ArbaazKhan-qt6oo Год назад

    int main()
    {
    int i = 0;
    int marks[4] = { 3,4,5,6 };
    do {
    cout

  • @beetech2000
    @beetech2000 4 месяца назад

    //Array
    int marks[] = {23, 45, 58, 63};
    // cout

  • @mr.shubham1151
    @mr.shubham1151 Год назад

    #include
    using namespace std;
    int main(){
    int marks[]={1,2,3,4,5,6,7};
    int i=0;
    while(i

  • @AyushGupta-ze8ty
    @AyushGupta-ze8ty Год назад

    //while loop
    int i=0;
    int mark[4]={45,34,25,50};
    while (i