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

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

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

  • @CollegeWallahbyPW
    @CollegeWallahbyPW  ปีที่แล้ว +38

    ▶ 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 ปีที่แล้ว +5

      Pdf download karne layak ker do ma'am

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

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

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

      Maam loop ka question practice ke liye kaha milega

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

      @@00__mdasif right bro 😅

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

      @@00__mdasif right bro

  • @harishmishra805
    @harishmishra805 ปีที่แล้ว +12

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

  • @anushkagupta_21
    @anushkagupta_21 ปีที่แล้ว +8

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

  • @PiyushGupta-zu8xd
    @PiyushGupta-zu8xd ปีที่แล้ว +39

    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

    • @arpitamishra-zo7mj
      @arpitamishra-zo7mj ปีที่แล้ว +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

  • @saurabhborkar4405
    @saurabhborkar4405 ปีที่แล้ว +24

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

  • @MaheshPatil-of1zy
    @MaheshPatil-of1zy 9 หลายเดือนก่อน +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 5 หลายเดือนก่อน

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

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

    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 ปีที่แล้ว

      bro see freecodecamp and other courses you'll learn more

    • @niketsoni5496
      @niketsoni5496 ปีที่แล้ว +3

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

    • @programmeraman
      @programmeraman ปีที่แล้ว +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 ปีที่แล้ว

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

  • @monishlal
    @monishlal ปีที่แล้ว +123

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

  • @OfficialGamezOn
    @OfficialGamezOn ปีที่แล้ว +11

    notes are not downloding mam please make it available offline

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

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

  • @mohiwalla
    @mohiwalla ปีที่แล้ว +18

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

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

      Actually not necessary bro

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

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

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

      @@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 ปีที่แล้ว

      @@bhaskarjha_com Give ur mail id bro

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

      @@darshanp3267 Waiting for any mail bro.

  • @Shayanrahim227
    @Shayanrahim227 7 หลายเดือนก่อน +5

    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 3 หลายเดือนก่อน

      Thanks Mate 🫂

  • @ethanehunt9655
    @ethanehunt9655 ปีที่แล้ว +3

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

  • @biswajitprodhan67
    @biswajitprodhan67 ปีที่แล้ว +5

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

  • @sudhanshuprajapati5131
    @sudhanshuprajapati5131 ปีที่แล้ว +3

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

  • @yashmishra1655
    @yashmishra1655 ปีที่แล้ว +3

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

  • @codemeanslove
    @codemeanslove ปีที่แล้ว +26

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

  • @piyushjani8141
    @piyushjani8141 ปีที่แล้ว +13

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

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

    Amazing explanation... Well done pw 👍

  • @ayanJU25
    @ayanJU25 ปีที่แล้ว +11

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

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

    Urvi dii is best tutor for c++🤗

  • @kanha3428
    @kanha3428 ปีที่แล้ว +7

    You are awesome mam🤩🥳

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

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

  • @NirajKumarPandey1234
    @NirajKumarPandey1234 10 หลายเดือนก่อน +1

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

  • @ahmadzahid9470
    @ahmadzahid9470 หลายเดือนก่อน

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

  • @dfordigitalduniya4764
    @dfordigitalduniya4764 ปีที่แล้ว +5

    Awesome Session ...Thanks Di

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

    Notes download karne ka option?😭

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

    the download option is not showing on any of the notes section please help

  • @ashutoshtripathi4190
    @ashutoshtripathi4190 3 หลายเดือนก่อน +1

    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

  • @KevinCyberWarrior
    @KevinCyberWarrior ปีที่แล้ว +3

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

  • @apnashankar
    @apnashankar ปีที่แล้ว +7

    Loop is fun for coading 😀❤❤❤❤

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

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

  • @mrx23890
    @mrx23890 7 หลายเดือนก่อน +2

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

  • @AbhishekAgarwal-x6h
    @AbhishekAgarwal-x6h ปีที่แล้ว +1

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

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

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

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

    hello di ❣

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

    Mam ap screen kyun hide krti hain kch dikhayi nhi deraha kya output aara h kya hora h 😓 Mam pls try to understand

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

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

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

      She takes "n" only as a input variable

  • @SHIVAMSHARMA-sl2ix
    @SHIVAMSHARMA-sl2ix ปีที่แล้ว

    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.

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

    Thank you 🙂

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

    Great video mam, thank you very much.

  • @viral_fight
    @viral_fight ปีที่แล้ว +3

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

  • @Nabeel_siddiqui
    @Nabeel_siddiqui ปีที่แล้ว +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')

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

    ma'am website pe notes assignment or video nahi dikh rha hai plz check out that

  • @Owaiis-bhatt
    @Owaiis-bhatt ปีที่แล้ว +1

    Nice mam,💥💚💚💚

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

    Do whilee is toughhh pls explain again

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

    Mam python ke baare mein bhi video bnaiye

  • @geetagoel8543
    @geetagoel8543 ปีที่แล้ว +3

    Great work 👍

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

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

  • @Er.GauravBabu
    @Er.GauravBabu 10 หลายเดือนก่อน

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

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

    Maam aap bahut accha padhati hai

  • @25GS.__98
    @25GS.__98 ปีที่แล้ว +1

    mam please provide practice problem

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

    Thank you

  • @rikmishra6743
    @rikmishra6743 ปีที่แล้ว +5

    Notes and assignment downloading problems

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

    Thank you ma'am fantastic.

  • @AnkitVerma-sc2iz
    @AnkitVerma-sc2iz ปีที่แล้ว +1

    Hi Urvi Ma'am, I'm not able to download any PDF (DPP/Lecture Notes) from PW app & from website as well. Facing the same issue from last 4-5 days with this course. Could you please help. Thank you 🙂

  • @ABHISHEK____70-c1b
    @ABHISHEK____70-c1b ปีที่แล้ว +4

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

  • @statuskingsandip5769
    @statuskingsandip5769 ปีที่แล้ว +3

    Notes are not download able format now

  • @Rajaji17002
    @Rajaji17002 8 หลายเดือนก่อน

    Maza a gya sir ji🎉

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

    great work mam

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

    Didi apka knowledge kamaal ka hai

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

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

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

    Awesome 😎

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

    how to download assingnments?

  • @MovieOk-p8q
    @MovieOk-p8q 10 หลายเดือนก่อน

    Mam please note btata diye kha hai.
    Usme kuch additional bhi hai kya notes me ya video wala hi ha bs

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

    Notes ka download ka option gayab kyun haii mam.
    Pehle hum notes download kar sakte the

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

      Abhi bhi kar sakte hai website pe.

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

      @@sanal4492 nahi bro.sab keh rahe hai

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

    Mam enable the class notes downloading option

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

    Setting pe jake ..mam run in terminal krlo

  • @sujalsingh305
    @sujalsingh305 ปีที่แล้ว +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 ปีที่แล้ว

      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 ปีที่แล้ว

      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.

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

    Remove green screen then looks great and professional

  • @swaraleesadul
    @swaraleesadul 3 หลายเดือนก่อน

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

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

    Ma'am i have question in python language we are able to use else statement after for statement but in C++ we can not. Then what is the alternative for this as i am facing difficulty in printing a list of prime numbers in C++.

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

      bro how are using else with for loop, can u explain more i can clear ur doubt??

  • @theedit9028
    @theedit9028 ปีที่แล้ว +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 .

  • @SHIVAMKUMAR-xk7lz
    @SHIVAMKUMAR-xk7lz ปีที่แล้ว

    Thank you ma'am

  • @BhanuBhanu-yd7yy
    @BhanuBhanu-yd7yy ปีที่แล้ว +4

    Notes are not downloading
    mam

    • @FutureGen-sz2yd
      @FutureGen-sz2yd 6 หลายเดือนก่อน

      questions kidar ha??

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

    I don't found any question in description ,

  • @FreeFire-xn2cu
    @FreeFire-xn2cu ปีที่แล้ว

    Great mam

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

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

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

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

    Dear Teacher,
    mai C++ ke notes download nahi kar paa raha hu

  • @khadijakashif1518
    @khadijakashif1518 7 หลายเดือนก่อน

    I want to ask a question ap program kis pr perform kr rhe ho ??

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

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

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

    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 13 วันที่ผ่านมา

      bro cout ma dhek ", " bhi hai

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

    Can i do c++ and java together

  • @Unfiltered2005
    @Unfiltered2005 7 หลายเดือนก่อน

    please provide the assignments not getting in the pw skill website.

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

    Pdf download karne ka option nahi aa raha on pe website

  • @DevendraSingh-yd2om
    @DevendraSingh-yd2om ปีที่แล้ว +1

    mam website pr notes download nhi ho rhe

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

    Kya is class ke baad website pr kuch assignment upload nahi hue?

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

    Unable to open notes. I already enrolled but not showing in my cource option. I try to enroll but it say network problem.

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

    Mam I'm unable to download the notes and assignments of the lectures please unable previous option to download the notes , i watch lectures on mobile so , it takes a lot of time to load the pdf on web and then , again switch between chrome and cxxdroid app to run the code , it's get reload again and again while switching in between please unable option for downloading the notes and assignments please Mam🙏🙇‍♂️

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

    ❤❤ THANKS FOR YOUR SUPPORT

  • @AnkitKumar-rq7en
    @AnkitKumar-rq7en ปีที่แล้ว +1

    Hello hello everyone... This three words❤

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

    Last mcq must give compiler error because of wrong indentation.

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

    Mam please provide notes for DSA please🙏 ❤

  • @tanmaytapre2.016
    @tanmaytapre2.016 ปีที่แล้ว

    Hello mam
    I am not able to open the c ++ course on the website.
    It was ok till yesterday when i solved the assignment questions for lecture 4

  • @abodisom_official
    @abodisom_official 6 หลายเดือนก่อน

    Nice video👍👍

  • @ABHISHEK____70-c1b
    @ABHISHEK____70-c1b ปีที่แล้ว +3

    Kal la match kon jeetega india ye fir pakistan ?

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

    Cout

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

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

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

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