New and Delete Operators in C++ (HINDI)

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • New and Delete Keywords in C++ HINDI
    Subscribe : bit.ly/XvMMy1
    Website : www.easytuts4yo...
    FB : / easytuts4youcom

Komentáře • 125

  • @aminulislambhuiyan1073
    @aminulislambhuiyan1073 Před 7 lety +8

    Sir, I always see your video and like your teaching style ...
    your are a really good teacher ....
    I can understand all think....

  • @mayurbangar482
    @mayurbangar482 Před 4 lety

    Sir aap great ho kitna simply samza diya
    2 din se me new keyword kese istemal karte he ye samazna chahta tha
    🙏🙏🙏

  • @hassansyed5661
    @hassansyed5661 Před 8 lety +3

    you are an excellent teacher. Extremely easy wording for C++

  • @shankysays
    @shankysays Před 7 lety +10

    you should had used actual IDE for compilation and had screen casted it.. otherwise good explanation..

  • @vishalsunnycode
    @vishalsunnycode Před 2 lety +1

    Sir its a humble request..please make a video series on Data structures in c/c++ as your teaching technique is superb . Me and Mine College friends are thankful to you 😇😇

  • @SLSTutorialsofficial
    @SLSTutorialsofficial Před 4 lety +1

    Thanks for detailed description... but i think this topic should be covered in less time..

  • @uajaykumar2027
    @uajaykumar2027 Před 8 lety +1

    sir your way of teaching is so gud ..i really appreciate
    we r getting subject knowledge ...but sir please solve some logical and real life problems
    in c and c++..

  • @iam.thealok
    @iam.thealok Před rokem +1

    tq sir...........❤❤

  • @maheshtukadiya2241
    @maheshtukadiya2241 Před rokem +1

    very helpful👆👆👌

  • @rohitalawadhi
    @rohitalawadhi Před 7 lety +9

    badhiya tha lecture. data structures k banao sir pleaseee

    • @John12685
      @John12685 Před 6 lety

      Sir please new and delete ko overload krna b sikhayen

  • @ayushipandey7080
    @ayushipandey7080 Před 3 lety +1

    Very helpful sir.... thank you.....

  • @Rahulsingh-bu6jh
    @Rahulsingh-bu6jh Před 6 lety +3

    That was quite helpful

  • @zishanahmed5064
    @zishanahmed5064 Před 4 lety

    Very nice Sir. Love your videos. Thank you sir from Bangladesh.

  • @vishalchauhan9832
    @vishalchauhan9832 Před 5 lety +1

    Very helpful lecture!

  • @abhishekmatta4889
    @abhishekmatta4889 Před 7 lety

    sir u explain all topics very clearly..ty sir

  • @HARSHGUPTA-qt1bj
    @HARSHGUPTA-qt1bj Před 7 lety

    Binary tree linked list using c++ k video b upload kr dijieye please.Sir aap se aacha teacher mere pure college me nahi hai

  • @tabasumabass9416
    @tabasumabass9416 Před 6 lety +1

    thanku sar

  • @akshaypillai7772
    @akshaypillai7772 Před 5 lety +2

    Sir please teach how to return an array in function using pointers

  • @murahat98
    @murahat98 Před 6 lety +2

    You are simply the best.
    Best wishes for you and your family. :D

  • @shrinavaskadadas4196
    @shrinavaskadadas4196 Před 5 lety

    Sir u'r teaching is omg

  • @rizwanmohammed5633
    @rizwanmohammed5633 Před 7 lety

    Excellent teaching sir

  • @rishabhbansal6099
    @rishabhbansal6099 Před 6 lety +1

    int x;
    cin>>x;
    int a[x];
    sir ya compyle time pa bhi nhi ha aur new sa bhi nhi ya ya kya ha please explain

    • @goludubey1970
      @goludubey1970 Před 4 lety

      Ha shi bat..what is need of dynamic array?

  • @amrutamohite4705
    @amrutamohite4705 Před 8 lety

    Thank u sir .Awesome explanation

  • @095_shaniabalkhi9
    @095_shaniabalkhi9 Před 3 lety +1

    Sir, please cover 'string manipulation' in this c++ course. It's a sincere request.

  • @mayurwankhade5431
    @mayurwankhade5431 Před 7 lety +1

    good

  • @lastofthestars6481
    @lastofthestars6481 Před 6 lety +1

    yeah good lecture :)

  • @farrukhmehmood449
    @farrukhmehmood449 Před 7 lety

    it was very helpful sir thank u sooo much

  • @gauravborghare9592
    @gauravborghare9592 Před 5 lety

    Very helpful sir

  • @harshchauhan561
    @harshchauhan561 Před 4 lety

    Good sir

  • @twinsmairasmairabhardwaj7070

    Sir heap memory kya hota h plzz reply me

  • @muhammadmubashir1860
    @muhammadmubashir1860 Před 6 lety

    plz start a series of data structure

  • @mangalnishad8491
    @mangalnishad8491 Před 5 lety

    Thank you sir

  • @rincykoshy5558
    @rincykoshy5558 Před 7 lety +1

    Thank you sir..

  • @REELS7079
    @REELS7079 Před 4 lety

    Thanhu sir thanku so much

  • @shubamsalaria971
    @shubamsalaria971 Před 8 lety +2

    sir if we do allocation of memory for integer simply then it reserve 2 bytes space for it and if we allocate dynamically using new key word then also it reserve 2 bytes for it ...so what is difference then

    • @shankysays
      @shankysays Před 7 lety +1

      Shubam Salaria in former memory allocation is done on stack i.e. at run time while in latter memory allocation is done on heap and is after run time i.e. during execution. that's the difference

    • @muhammadmuzammil9598
      @muhammadmuzammil9598 Před 5 lety

      @@shankysays Integer type variable does not reserve 2 bytes of memory. It reserves 4 bytes of memory.

    • @shankysays
      @shankysays Před 5 lety +2

      @@muhammadmuzammil9598 depends on architecture

    • @DevendraSingh-pg3cf
      @DevendraSingh-pg3cf Před 5 lety +1

      @@muhammadmuzammil9598 maybe it's depends on compiler

  • @mazharrajani7556
    @mazharrajani7556 Před 9 lety +2

    please upload videos on DS

    • @easytuts4youcom
      @easytuts4youcom  Před 8 lety

      +Mazhar Rajani ,Now d day's we're focusing on completing C++ and Java tutorials, after that we'll prepare it.

  • @NileshKumar-gu2ti
    @NileshKumar-gu2ti Před 4 lety

    Sir pls upload videos on stack queues trees and heaps please will help us lot. Your videos are super helpful best. I recommend all of my friends watching your tutorials.

  • @kanwarpandit8798
    @kanwarpandit8798 Před 6 lety +1

    sir ,try to update youself.your lecture is slow but informative.work on your presentation skills.

  • @bismaparimemon4675
    @bismaparimemon4675 Před 3 lety +1

    sir int ki stroe memory 2 bytes nai 4 bytes hoti he

  • @Sanjaychaudhary-xb7ej
    @Sanjaychaudhary-xb7ej Před 6 lety

    Sir mujhe health monitering centre -platelets pe project banana hei with the use of file handling and class .sir plz koi suggestion ya example dijiy ki kese kare monday ko summit karna hai

  • @haiderali-wu3wi
    @haiderali-wu3wi Před 6 lety

    Sir searching array ka lecture b bnaiye

  • @shubhrajpurohit2910
    @shubhrajpurohit2910 Před 5 lety

    Sir there is a issue in your c++ code in this video if you use both showing the marks and making the total in he same loop then it will cause the total after each subject marks value showen by loop just like
    subject 1
    75
    total 75
    Subject 2
    75
    Total 150
    And so on.......

  • @vinayakrao4754
    @vinayakrao4754 Před 7 lety +1

    pointer obsect or pointer object hai sir? confuse hora mai?
    *(p+i)?

  • @nidhidevi6235
    @nidhidevi6235 Před 6 lety +2

    is this necessary to use delete operator in deconstructor ? or we can use in the same function where new operator is used. Please reply.

  • @KS-ok2cn
    @KS-ok2cn Před 4 lety

    Sir new operator use krte time ek nayi header file stddef.h bhi lgti h didn't u know....

  • @nidhidevi6235
    @nidhidevi6235 Před 6 lety

    for project where more than one c++ and header files . then where we declare it (new /delete ) operator . is this in header files???...Please reply.

  • @rohitchirtvanshi6428
    @rohitchirtvanshi6428 Před 5 lety

    Sir link list and stack ka lecture Bi provide Kr ap
    thank sir

  • @nidhidevi6235
    @nidhidevi6235 Před 6 lety

    is the array size be a variable??

  • @gauravsahitya8526
    @gauravsahitya8526 Před 6 lety

    Sir object oriented with new and delete wala video kb baneyaga

  • @DevendraSingh-pg3cf
    @DevendraSingh-pg3cf Před 5 lety

    When you declared new int it take 2 byte and when you declared new int[5] then also we know it takes 2x5= 10byte . Both time we already know the size. So how can you say compiler don't know dynamicaly allocated memory size?????

  • @pranjalbankar8871
    @pranjalbankar8871 Před 3 lety

    Hello sir, hum Object array me se particular Object ko kaise delete kare

  • @ishaqkhan4508
    @ishaqkhan4508 Před 6 lety

    matlab pointer ka apna address change hokar new int wala address hojay ga???

  • @MrEmperor96
    @MrEmperor96 Před 8 lety

    int is 4 bytes fyi...
    short is 2 bytes
    otherwise great explaination

    • @easytuts4youcom
      @easytuts4youcom  Před 8 lety +1

      +MrEmperor96, Size of data types are different from compiler to compiler.

  • @MaherBaba
    @MaherBaba Před 9 lety +1

    Sir, what program do you use?
    no compile

    • @easytuts4youcom
      @easytuts4youcom  Před 9 lety +1

      +Maher Baba, Compile this program with GOD IDE.

    • @MaherBaba
      @MaherBaba Před 8 lety

      Vikas Chandra Pandey sorry i cannot find this sir friend, i even look on github and yahoo answer, but nobody come. where is god ide. show me god ide

    • @easytuts4youcom
      @easytuts4youcom  Před 8 lety +1

      I was just joking babaji ;)

    • @MaherBaba
      @MaherBaba Před 8 lety +1

      Vikas Chandra Pandey jai mere, sir

  • @BoxingTubeBLR
    @BoxingTubeBLR Před 6 lety

    Can we create variable size array using new operator in c++?.. Like In c we can create by using malloc()

  • @VishalTechnoGuide
    @VishalTechnoGuide Před 5 lety +6

    sir i want pdf of opp (c++) for all videos. please help me my exam is on after 10 days..🙏🙏🙏

  • @rajumodi2536
    @rajumodi2536 Před 2 lety

    hello sir why did u writte =0 to give value

  • @javedshah1706
    @javedshah1706 Před 4 lety

    integer tu 4 byte laita hai???

  • @mr.knight8967
    @mr.knight8967 Před 2 lety

    // program which you help a lot
    #include
    using namespace std;
    int main()
    {
    int n,i;
    float *p,total=0;
    coutn;
    p=new float[n];
    cout

  • @tayyabhussain4684
    @tayyabhussain4684 Před 2 lety

    Anyone tell me where is next video in which dynamic memory allocation is used inside class in oop

  • @MANISHYADAV-zp2iu
    @MANISHYADAV-zp2iu Před 9 lety +1

    sir ..need polymorphism tuts

    • @easytuts4youcom
      @easytuts4youcom  Před 8 lety

      +MANISH YADAV, Watch this tutorial:
      czcams.com/video/f2lMj2v63JU/video.html

  • @Ramji_Awasthi
    @Ramji_Awasthi Před 3 lety +1

    Kal mera paper hai aur aaj mai gyan le rha hu 😁😁

  • @nadiayounas2224
    @nadiayounas2224 Před 6 lety

    sir plz only tell me the the working of p[i]=0 through..... for(i=0;i

  • @poonamrandeep1959
    @poonamrandeep1959 Před 4 lety

    sir iska output bhi de diya kro plz

  • @vishalarora5775
    @vishalarora5775 Před 9 lety +1

    sir can i get file handling videos in c++

    • @easytuts4youcom
      @easytuts4youcom  Před 9 lety

      +vishal Arora, You'll get it in our forthcoming tutorials. Stay tuned.

  • @amolgadve2141
    @amolgadve2141 Před 6 lety

    Sir plz make video for Template

  • @Rainbow-fe3fi
    @Rainbow-fe3fi Před 6 lety +14

    so many adds

  • @ashishkumarjha6350
    @ashishkumarjha6350 Před 6 lety

    Illegal use of floating point

  • @nadiayounas2224
    @nadiayounas2224 Před 6 lety

    p[i]=0; sir its a request i cannot understand working of pointer.first time pointer get the base address and seocnd time how can get address.

  • @mariyam7136
    @mariyam7136 Před 2 lety

    Hum pointer ku bnaty han

  • @sulochanagupta1263
    @sulochanagupta1263 Před 4 lety

    Sir reduce number of adds it breaks
    Our concentration

  • @RazorM97
    @RazorM97 Před 6 lety

    remember kids don't forget to always delete the trash

  • @abdullahbutt8080
    @abdullahbutt8080 Před 6 lety

    sir mara question ys ha k hum dynamicly memory create karta q han

    • @blackwhite1202
      @blackwhite1202 Před 6 lety

      bhai jab lage ki pata nahi hai kitna memory use hone wala hai us time

    • @saurabhsaxena1992
      @saurabhsaxena1992 Před 3 lety

      Dma is used just in order to save memory and also when not confirmed what is size of variable. It has many more application

  • @createsomething8187
    @createsomething8187 Před 6 lety +1

    sir what is the mean of the "heap"

  • @irfanulhaq1748
    @irfanulhaq1748 Před 6 lety

    sir kindly apni gmail send kry meri output sahe nhn aa rhi agr agr total 18 aata hai to output py 15 show ho rha hai aur sir ap ny marks 2 dafa q lye hai ek dfa ly k vo total q nhn hu rha. (THANKX)

    • @easytuts4youcom
      @easytuts4youcom  Před 6 lety

      info@easytuts4you.com

    • @irfanulhaq1748
      @irfanulhaq1748 Před 6 lety

      i want to send some screenshot in which i confuse.
      i already run this program and listening whole lecture 3 to 4 time but still some confusion.

    • @irfanulhaq1748
      @irfanulhaq1748 Před 6 lety

      plz give me a gmail id or another source... because tomorrow is my presentation but i have too much question in which i am confusing.

  • @kaushaltiwari1286
    @kaushaltiwari1286 Před 4 lety

    you should use software because like this you are making lot of mistake!!!!!!!!!!!......use code blocks,visual studios.

  • @al-haider1113
    @al-haider1113 Před 5 lety

    Sir sath sath rub kr dety hy smj hi ni ati

  • @praveenchinni9960
    @praveenchinni9960 Před 7 lety

    plz expline in english

  • @tarat.techhh
    @tarat.techhh Před 5 lety

    too many adds

  • @Attaullah.k1986
    @Attaullah.k1986 Před 6 lety +1

    U should teach us in hindi or urdu but u have speaking in English

    • @saurabhsaxena1992
      @saurabhsaxena1992 Před 3 lety

      Urdu is only one community language. Only hindi and english

  • @SHusen-nw6uo
    @SHusen-nw6uo Před 6 lety +1

    Sir achhese samajh ni aaya 😑

  • @jyotikhalkar6752
    @jyotikhalkar6752 Před 7 lety +1

    thanks sir

  • @akshaypokle4397
    @akshaypokle4397 Před 7 lety

    Thank you sir