Loops in C++ | For, While, Do-While | Lecture 6 | C++ and DSA Foundation Course

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

Комментарии • 431

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

    ▶ PW Skills Website - pwskills.com
    ▶ PW Skill Instagram Official Channel - instagram.com/pw.skills/
    ▶ PW Skills LinkedIn Channel -
    www.linkedin.com/in/pw-skills-136050249
    ▶ PW Skills Telegram Channel- t.me/SkillsPW

    • @00__mdasif
      @00__mdasif 2 года назад +5

      Pdf download karne layak ker do ma'am

    • @TheTheCriticX
      @TheTheCriticX 2 года назад +1

      What happened with the website ?
      Please fix it .
      Or reply to me please !
      Where is the download option ?

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

      Maam loop ka question practice ke liye kaha milega

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

      @@00__mdasif right bro 😅

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

      @@00__mdasif right bro

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

    बहुत ही अच्छा पढ़ाया है, सारे कांसेप्ट कवर हो जा रहे हैं बहुत बहुत धन्यवाद और बधाई

  • @saurabhborkar4405
    @saurabhborkar4405 2 года назад +26

    Mam please discuss do while loop again 🙂 in next lecture 💗........mam you teach amezing......my all concepts are clear 🤩

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

    Thanks allot mam for making video you are teaching a world class programming language...

  • @ahmadzahid9470
    @ahmadzahid9470 3 месяца назад +1

    very nice and detailed explanation much apprecited i have just come for loops understanding but will contnue the whole playlist from college wallah now

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

    Mam your knowledge is outstanding thanku so much for giving knowledge.

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

    [6].I have seen this lecture today. And you explain any concept in easy language, mam.
    30Th November 2023.
    ❤❤❤❤❤.

  • @PiyushGupta-zu8xd
    @PiyushGupta-zu8xd 2 года назад +41

    Respected teachers,
    Its my honourable request that can you explain do-while loop again in simple words

    • @DreamBoyUDIT-m6e
      @DreamBoyUDIT-m6e Год назад +5

      I did not understand all loops

    • @shubhlabh-25
      @shubhlabh-25 Год назад +3

      i also

    • @AnujKshatriyaIITian
      @AnujKshatriyaIITian Год назад +4

      Same bhai 😂. Mujhe bhi samaj nhi aara

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

      @@DreamBoyUDIT-m6e thoda dimag lagao aur videos ke alawa thoda logically socho,sab samaj aa jayega

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

      @@DreamBoyUDIT-m6e im simple: while loop is entry based loop and do while loop is exit based loop.
      for loop is iterative loop ,it has 3 conditions

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

    Mam I am in class 7 th and I am learning coding
    I have learnt html, css,js
    Now I am learning c++ from u
    Thank you soo much 🤗🤗

    • @chjayakrishnajk
      @chjayakrishnajk 2 года назад +1

      bro see freecodecamp and other courses you'll learn more

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

      Rehne de bhai enjoy kr yeh sab kya kr raha hai
      Ya fir tu gappe mar raha hai

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

      Discourage nahi kar rha hu lekin time ke pehle kuchh kaam karna sahi nahi hota.. future me jab jaroorat padegi tab sayad boaring lagega tumhe ye

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

      @@niketsoni5496 No bro freecodecamp, programming with harry are far better than pw, so i'm suggesting it

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

      Bhai school mein algebra pada nhi hoga aur baat kr raha hai css Java and html ki 😂

  • @KevinCyberWarrior
    @KevinCyberWarrior Год назад +3

    Very much awesome session and bring up the new challenges like mcqs, questions for practicing, thank you.

  • @ashutoshtripathi4190
    @ashutoshtripathi4190 5 месяцев назад +2

    MAM at 36:28 the value will be 4 as the final value of i is 4 in the loop and outside the loop we have the final value of i

  • @Shayanrahim227
    @Shayanrahim227 9 месяцев назад +8

    more then 100 questions for loops 👇👇👇👇👇👇👇👇👇
    Write a program to print all even numbers between 1 to 100 using a for loop.
    Write a program to calculate the sum of numbers from 1 to 100 using a while loop.
    Write a program to find the factorial of a number using a for loop.
    Write a program to print the Fibonacci series up to a given number using a while loop.
    Write a program to check if a number is prime or not using a for loop.
    Write a program to reverse a number using a while loop.
    Write a program to find the largest element in an array using a for loop.
    Write a program to find the smallest element in an array using a while loop.
    Write a program to calculate the average of numbers entered by the user using a for loop.
    Write a program to check if a given string is a palindrome or not using a while loop.
    Write a program to print the multiplication table of a given number using a for loop.
    Write a program to find the sum of digits of a number using a while loop.
    Write a program to count the number of digits in a number using a for loop.
    Write a program to find the GCD (Greatest Common Divisor) of two numbers using a while loop.
    Write a program to find the LCM (Least Common Multiple) of two numbers using a for loop.
    Write a program to convert a decimal number to binary using a while loop.
    Write a program to find the sum of all even numbers between two given numbers using a for loop.
    Write a program to check if a number is Armstrong or not using a while loop.
    Write a program to print the ASCII values of all uppercase letters using a for loop.
    Write a program to find the reverse of a string using a while loop.
    Write a program to print the first N terms of the series 1, 4, 9, 16, 25, ... using a for loop.
    Write a program to check if a given year is a leap year or not using a while loop.
    Write a program to find the sum of all odd numbers between two given numbers using a for loop.
    Write a program to find the factorial of a number using a while loop.
    Write a program to calculate the power of a number using a for loop.
    Write a program to find the roots of a quadratic equation using a while loop.
    Write a program to check if a number is a perfect number or not using a for loop.
    Write a program to print the multiplication table of a given number using a while loop.
    Write a program to check if a given string is an anagram or not using a for loop.
    Write a program to find the sum of digits of a number using a for loop.
    Write a program to count the number of vowels and consonants in a given string using a while loop.
    Write a program to calculate the factorial of a number using recursion and a for loop.
    Write a program to find the sum of all prime numbers between two given numbers using a while loop.
    Write a program to find the square root of a number using Newton's method and a for loop.
    Write a program to check if a given number is a palindrome or not using recursion and a while loop.
    Write a program to print the Pascal's triangle using a for loop.
    Write a program to check if a given number is an Armstrong number or not using recursion and a while loop.
    Write a program to convert a binary number to decimal using a for loop.
    Write a program to find the sum of all digits in a given number using recursion and a while loop.
    Write a program to find the sum of first N natural numbers using a for loop.
    Write a program to check if a given string is a palindrome or not without using any loop constructs.
    Write a program to print the first N prime numbers using a for loop.
    Write a program to find the sum of all odd numbers between two given numbers using recursion and a while loop.
    Write a program to find the sum of all even numbers between two given numbers using recursion and a for loop.
    Write a program to check if a given number is a perfect number or not using recursion and a while loop.
    Write a program to print the Fibonacci series using recursion and a for loop.
    Write a program to check if a given string is a palindrome or not using recursion and a while loop.
    Write a program to print the multiplication table of a given number using recursion and a while loop.
    Write a program to find the factorial of a number using recursion and a for loop.
    Write a program to find the GCD of two numbers using recursion and a while loop.
    Write a program to find the LCM of two numbers using recursion and a for loop.
    Write a program to calculate the power of a number using recursion and a while loop.
    Write a program to find the sum of all prime numbers between two given numbers using recursion and a for loop.
    Write a program to print the Pascal's triangle using recursion and a while loop.
    Write a program to check if a given number is an Armstrong number or not using recursion and a for loop.
    Write a program to find the sum of digits of a number using recursion and a for loop.
    Write a program to check if a given string is an anagram or not using recursion and a while loop.
    Write a program to find the sum of all digits in a given number using recursion and a for loop.
    Write a program to print the first N terms of the series 1, 4, 9, 16, 25, ... using recursion and a while loop.
    Write a program to find the square root of a number using recursion and a for loop.
    Write a program to check if a given year is a leap year or not using recursion and a while loop.
    Write a program to check if a given number is a palindrome or not using recursion and a for loop.
    Write a program to print the Fibonacci series using recursion and a while loop.
    Write a program to find the sum of first N natural numbers using recursion and a for loop.
    Write a program to print the multiplication table of a given number using recursion and a for loop.
    Write a program to check if a given string is a palindrome or not without using any loop constructs.
    Write a program to find the factorial of a number using recursion and a while loop.
    Write a program to find the GCD of two numbers using recursion and a for loop.
    Write a program to find the LCM of two numbers using recursion and a while loop.
    Write a program to calculate the power of a number using recursion and a for loop.
    Write a program to find the sum of all prime numbers between two given numbers using recursion and a while loop.
    Write a program to print the Pascal's triangle using recursion and a for loop.
    Write a program to check if a given number is an Armstrong number or not using recursion and a while loop.
    Write a program to find the sum of digits of a of all prime numbers between two given numbers using a while loop.
    Write a program to find the Armstrong numbers between two given numbers using a for loop.
    Write a program to print the ASCII values of all lowercase letters using a while loop.
    Write a program to find the factorial of a large number using a for loop.
    Write a program to check if a number is a palindrome or not using a for loop.
    Write a program to find the sum of the digits of a number using a for loop.
    Write a program to check if a given number is a strong number or not using a while loop.
    Write a program to find the sum of the series 1 + 1/2 + 1/3 + ... + 1/n using a for loop.
    Write a program to check if a given string is a palindrome or not using a for loop.
    Write a program to find the sum of the squares of the first N natural numbers using a while loop.
    Write a program to find the sum of the series 1^1 + 2^2 + 3^3 + ... + n^n using a for loop.
    Write a program to find the sum of all Armstrong numbers between two given numbers using a while loop.
    Write a program to find the sum of all odd digits of a number using a for loop.
    Write a program to check if a given number is a strong number or not using a for loop.
    Write a program to find the sum of all even digits of a number using a while loop.
    Write a program to find the sum of the series 1 + 1/3 + 1/5 + ... + 1/(2n-1) using a for loop.
    Write a program to check if a given number is a palindrome or not using a while loop.
    Write a program to find the sum of the squares of all even numbers between two given numbers using a for loop.
    Write a program to find the sum of the cubes of the first N natural numbers using a while loop.
    Write a program to find the sum of all perfect numbers between two given numbers using a for loop.
    Write a program to check if a given number is a happy number or not using a while loop.
    Write a program to find the sum of the series 1 + x + x^2 + ... + x^n using a for loop.
    Write a program to find the sum of all strong numbers between two given numbers using a while loop.
    Write a program to check if a given number is an Armstrong number or not using a while loop.
    Write a program to find the sum of the cubes of all odd numbers between two given numbers using a for loop.
    Write a program to check if a given number is a palindrome or not without using loops.
    Write a program to find the sum of the squares of the first N even numbers using a while loop.
    Write a program to find the sum of the cubes of all even numbers between two given numbers using a for loop.
    Continue generating

    • @anime_7928
      @anime_7928 5 месяцев назад +1

      Thanks Mate 🫂

  • @MaheshPatil-of1zy
    @MaheshPatil-of1zy 11 месяцев назад +9

    at 32:59 wrong code is given for continue keyword no increment of i then it will become in infinite loop(first mistake)
    and it will not print 1,2,4,5 because when it will hit continue keyword then it will again goes into infinite loop because value of i cant increment .(second mistake) .so, guys cross check each code by executing it dont trust blindily after seeing simple code. And dont use continue keyword in while loop beacuse in any case it will go into infinite loop (second reason).use the continue with for loop only.Happy Coding!!!

    • @shivaranamagar6546
      @shivaranamagar6546 7 месяцев назад

      yes i was wondering the same thing actually its in do while loop

  • @anushkagupta_21
    @anushkagupta_21 Год назад +10

    Where are the ques in the description box???????

  • @komalagarwal3663
    @komalagarwal3663 2 года назад +10

    @College Wallah please make available the option for downloading PDFs,it's v difficult to open 1-1 pg and read

  • @codemeanslove
    @codemeanslove 2 года назад +27

    Control + escape for coming out from infinity ♾️ loop .

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

    alakh sir well said that every teacher of pw skills is a diamond...........thanks a lot for these awsome lectures.

  • @cuteminired6550
    @cuteminired6550 Год назад +6

    Amazing explanation... Well done pw 👍

  • @mohiwalla
    @mohiwalla 2 года назад +18

    20:30 Here logical 'and'=&& operator should have been used for seprating two conditions 🙂

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

      Actually not necessary bro

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

      @@darshanp3267 Can you share resource/reference to study more on same characteristic?

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

      @@darshanp3267 I think that it has something to do with comma acting as operator. But, please if you any resource, any reference to book, any article on this topic. Please share.

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

      @@bhaskarjha_com Give ur mail id bro

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

      @@darshanp3267 Waiting for any mail bro.

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

    See Saurabh Shukla's sir video on loop and compare with this video😂😂😂😂
    He is born to be teacher

  • @ayanJU25
    @ayanJU25 2 года назад +11

    Thank you mam ❤️❤️❤️you are awesome 🔥🔥🔥

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

    Awesome Session ...Thanks Di

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

    You are awesome mam🤩🥳

  • @mohduwais2603
    @mohduwais2603 2 года назад +1

    Didi apka knowledge kamaal ka hai

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

    Maam aap bahut accha padhati hai

  • @kabir2238
    @kabir2238 2 года назад +1

    Urvi dii is best tutor for c++🤗

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

    Great video mam, thank you very much.

  • @Rajaji17002
    @Rajaji17002 10 месяцев назад

    Maza a gya sir ji🎉

  • @SHIVAMSHARMA-sl2ix
    @SHIVAMSHARMA-sl2ix 2 года назад

    Mam, please gave
    practice paper as per topic .
    For ex= topic1, operation in c++ 20 different ways question regarding coading so we start think in different ways.
    Because in lecture you have done coading question not us.

  • @monishlal
    @monishlal 2 года назад +126

    Mam i am unable to download c++ class notes pls enable that option

  • @acb1634
    @acb1634 2 года назад +1

    Do whilee is toughhh pls explain again

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

    Loop is fun for coading 😀❤❤❤❤

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

    Mam python ke baare mein bhi video bnaiye

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

    Mam please font size bada kar lijiye please 🙏🙏🙏🙏🙏🙏🙏

  • @OfficialGamezOn
    @OfficialGamezOn 2 года назад +11

    notes are not downloding mam please make it available offline

  • @infinity2creation551
    @infinity2creation551 2 года назад +1

    Setting pe jake ..mam run in terminal krlo

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

    Great work 👍

  • @mrx23890
    @mrx23890 9 месяцев назад +2

    Can someone send the link of course where we can get notes and all ?

  • @theedit9028
    @theedit9028 2 года назад +1

    Hi everyone how many of you all learn c++ from this channel why i am asking this because i want make a group where we all can discuss our problem on there so it can be easy for us to understand .

  • @shadikhusain1216
    @shadikhusain1216 2 года назад +1

    Thank you ma'am fantastic.

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

    please also start a course on phyton

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

    hello di ❣

  • @vishalgawali6025
    @vishalgawali6025 2 года назад +1

    great work mam

  • @AKTZONE
    @AKTZONE 2 года назад +1

    Remove green screen then looks great and professional

  • @FreeFire-xn2cu
    @FreeFire-xn2cu 2 года назад

    Great mam

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

    int n;
    int sum=0;
    int i=1;
    // coutn;
    do
    {
    sum +=i;
    i++;
    } while (i

  • @harshkaushik6364
    @harshkaushik6364 2 года назад +1

    else if ke marks wale question main galti h jisme marks 80,60,33 wala h

  • @AbhishekAgarwal-x6h
    @AbhishekAgarwal-x6h Год назад +1

    Mam in last mcq i think it will give compiler error because proper indentation is not there??

  • @ABHISHEK____70-c1b
    @ABHISHEK____70-c1b 2 года назад +4

    🧨🧨🧨🎉🎉Meri taraf se aap sab ko dhanteras 🎆🎆ki subkam Naye 🚩🚩🔥🔥🔥

  • @Owaiis-bhatt
    @Owaiis-bhatt 2 года назад +1

    Nice mam,💥💚💚💚

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

    Last mcq must give compiler error because of wrong indentation.

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

    Mam we are not able to download pdf
    Please make it available offline, I have sent you message on LinkedIn too

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

    Miss in mcq question 1 both a and b are correct.

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

    Awesome 😎

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

    Nice 👍👍👍

  • @pushpendradubey7859
    @pushpendradubey7859 2 года назад +1

    Mam enable the class notes downloading option

  • @25GS.__98
    @25GS.__98 2 года назад +1

    mam please provide practice problem

  • @khushbupaswan-em9kc
    @khushbupaswan-em9kc 5 месяцев назад

    pls app video me hi question likh kr pahle se rkhiye aur hmlog ko dikha dijiye hmlog pause krke likh lege

  • @cybrarygamer486
    @cybrarygamer486 2 года назад +1

    Hello ma'am waiting for next video 😌🙏🙏🙏🙏🙏🙏🙏🙏🙏

  • @lol_l747
    @lol_l747 2 года назад +6

    Notes download karne ka option?😭

  • @akashkumargupta2170
    @akashkumargupta2170 2 года назад +1

    Mam please jyade questions assignment me diya kijiye 🙏

  • @TechTurboYT
    @TechTurboYT 2 года назад +1

    Mam please provide notes for DSA please🙏 ❤

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

    mam first question ka answer B tha aapne A option choose kiya hai
    1,2,3,4, wrong
    1,2,3,4 right

    • @deathalex6792
      @deathalex6792 2 месяца назад

      bro cout ma dhek ", " bhi hai

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

    Nice video👍👍

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

    plz continue this video series

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

    why do we need 2 input in the do while loop (sum of n natural numbers)? please explain.....

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

      She takes "n" only as a input variable

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

    ❤❤ THANKS FOR YOUR SUPPORT

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

    Happy diwali mam

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

    Thank you ma'am

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

    Raghav sir is best

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

    Pls explain this do while example a little more in detail as I didn't understand clearly

  • @25GS.__98
    @25GS.__98 2 года назад

    man please take dowhile loop again in next lecture please

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

    Mam font size thoda bada kar dete to achha hota

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

    Am I the only one jo bina laptop k coding kr rh? 🥺
    Reality - I scored enough in JEE and got EE in NIT but my financial condition not allowed me to buy a laptop 😞
    But jb tk koi solution ni mil jata me rukuga ni sirf laptop k karan hm pichhe ni rh skte... mobile se jitna ho skta h hm kr rhe... 🙂
    PW ❤

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

      bhai lele laptop as soon as possible kaise bhi karke
      U will surely get return of your investment, even 30-40k laptop is sufficient, ya phir second hand CPU lele, jab intership ya job lage toh Naya le lena

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

      Bro if you're in NIT. you can go to library and access computers over there or any other lab. Its all about weather you want to put effort or blame your conditions.

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

    nice concept

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

    lecture done

  • @Rajeevkumar-ke6wk
    @Rajeevkumar-ke6wk 2 года назад

    Please mam start structure programming in c language from basics please mam

  • @Nabeel_siddiqui
    @Nabeel_siddiqui 2 года назад +1

    MAM ME 2 LECTURE SE PRESHAN HU ISE ANGE NHI BHD RAHA HE KYA KRU?
    Unable to write file 'c:\Users\cpp\cpp\helloworld.cpp' (NoPermissions (FileSystemError): Error: EPERM: operation not permitted, mkdir 'c:\Users\cpp\cpp')

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

    Mam plz increment the size of code editor. Which size is too short soo it occurred visible problame.... Plz...mam...🙏

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

    Thank you

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

    Please open download option of class notes in C++ Foundation course.⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️

  • @manojshrivastav2611
    @manojshrivastav2611 2 года назад +1

    Mam is I was unable to run the code usiser difine function by code runner plz give the solution

  • @vipinnanda6463
    @vipinnanda6463 2 месяца назад +2

    Teacher say that teach the coding from the basic c language is not necessary but if you see this lecture without teach the c language. You waste his time😂😂😂😂😂

  • @AnkitKumar-rq7en
    @AnkitKumar-rq7en 2 года назад +1

    Hello hello everyone... This three words❤

  • @swaraleesadul
    @swaraleesadul 5 месяцев назад

    questions kaha se milenge ...and konse batch mein enroll krna hoga questions ke liye

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

    Java ki class kab se lagataar chalegi aab intazaar nahi hota wait kar ke thak Gaya hu pls jaldi kariye

  • @mohduwais2603
    @mohduwais2603 2 года назад +1

    36:28 Mam after running the answer is coming 5

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

    Mam we are unable to enroll . Sometimes it is enroll but sometimes it gives network connection

  • @SahilSingh-ll9du
    @SahilSingh-ll9du Год назад

    I have a doubt, how to submit our assignment. I haven't github account so i want separate video about uploading a assignment.
    Please sir, Consider my request and upload as soon as possible 👍
    Thank you.

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

    Viewers outside the coutry cannot get access to the assignments and all for the validation of mobile outside india..Please do something for this

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

    Thank u mam

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

    PleaseSolve Maximum Questions in class atleast 7 to 8 good questions on single topic

  • @yash_sonii
    @yash_sonii 2 года назад +1

    di I can ask a question kya notes banana jruri hai kya ?

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

    Hlo Mam My Name is Deepak
    mam your's vedio is too good but Ma'am what you guys are telling all this thing about him, then tell me in full screen not full command my visual studio code is not running many commands due to which I am not understanding anything.

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

    Can i do c++ and java together

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

    All pw teachers it's a humble request please hamme beach pe chod kar mat jana 🙏🙏🙏

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

    Is there any offline class of programming in Bihar

  • @usaidullahjamil2885
    @usaidullahjamil2885 7 месяцев назад

    In omitting condition of for loop , how will the loop terminate , as you told that the code will have some terminating condition , anyone kindly help me out @18:43

  • @Er.GauravBabu
    @Er.GauravBabu Год назад

    mam u told in description more questions for practice but in description is nothing....?

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

    Thank ma'am 😚