Void Pointer in C (HINDI)

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

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

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

    sir, i watch your all videos .it is so helpful and nicely explained.
    i clear all my exam ..
    don't need for tutions...
    thanks you very much ...

  • @kalpanakathait11
    @kalpanakathait11 3 ปีที่แล้ว

    Thank u so much sir, for this video. Now, I could clear my doubt about void pointer.

  • @seemaprajapati964
    @seemaprajapati964 6 ปีที่แล้ว

    Grt sir seriously never had this kind of lecture ever before thanx for all this knowledge

  • @BANTIKUMAR-sm4sk
    @BANTIKUMAR-sm4sk 4 ปีที่แล้ว

    Sir you are unique in our India

  • @owaisansari1911
    @owaisansari1911 8 ปีที่แล้ว

    your teaching style is very smooth so a student can learn hard topics in lesser time

  • @learnwithme7090
    @learnwithme7090 7 ปีที่แล้ว

    sir,the way of understanding is very good.

  • @gamestudio3606
    @gamestudio3606 5 ปีที่แล้ว

    Hi sir, Thanks for nice video with best explonation.

  • @vedantparmar3793
    @vedantparmar3793 6 ปีที่แล้ว

    Sir,
    Your all the lectures are very superb!

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

    Nicely explained sir but one think i want to tall you is that you gave last example of program in this program you have made a mistake to giving float pointer value to the integer pointer value in last line.

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

    thank uhh too much sir....how much time I will say thanks it will less for your teaching ...

  • @creative_rvish
    @creative_rvish 6 ปีที่แล้ว

    Knowledgeable explanation....loved it

  • @KingKhan-bi7kb
    @KingKhan-bi7kb 6 ปีที่แล้ว +1

    Sir your teaching is beautiful

  • @riturao4857
    @riturao4857 6 ปีที่แล้ว

    aap bohat aacha teach krte ho .....

  • @shivamgoyal5835
    @shivamgoyal5835 7 ปีที่แล้ว

    sir .your videos are easy to learn.can you make a tutorial on null pointer in c,,

  • @doubtkida3629
    @doubtkida3629 9 ปีที่แล้ว

    Reply plzz
    Unsigned int x=-1;
    int y;
    y=~0;
    then what will be value of x and y.
    Is x==y.

  • @btharunreddy
    @btharunreddy 10 ปีที่แล้ว

    Thanks for taking your time to explain this

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

    Perfect explanation

  • @mohdashraf7320
    @mohdashraf7320 5 ปีที่แล้ว

    Sir viod pointer mein dereferencing ke example meim *(float*)p ?

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

    Thankyou sir

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

    Good Noon Sir,
    This video is very helpful. I want to know about Automorphic number in C program . Thank u

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

    Sir me thoda confuse hu kyuki last me jo apne value print krwai h vo integer type ki h like- *(int*)p.
    Or uper float me apne- float a=100; liya h.
    Itna part sir dobara samjha dijiye sir g

    • @trtejendra6672
      @trtejendra6672 5 ปีที่แล้ว

      Yes bhai wo float he sir confuse hogaye

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

    Bahot hard bahot hard......

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

    what is the difference between void * and const void* ?

  • @azharmohammad9817
    @azharmohammad9817 8 ปีที่แล้ว

    Hai Vikas Sir,
    First of all thank u, Your teaching is super cool and simple.
    Sir, am following ur tutorials sir and I have been strucked in void pointer tutorial.
    Sir I would like to initialize a string say "HELLO" and I need to get the address as well as the value using pointer variable either using void pointer or using simple pointer variable or both.
    I tried in linux system but am getting
    Warning :assignment from incompatible pointer type [ enabled by default ].
    code :
    ======
    #include
    main()
    {
    char a[ ]="HELLO" ;
    char *ptr ;
    ptr=&a ; //it is wrong
    ptr=a; //it is right
    printf ("%s
    ",a);
    Printf("%x
    ",&a);
    printf ("%s
    ",ptr);
    printf ("%x
    ",*ptr);
    }
    Please help me Sir.

    • @YantrikGuruji
      @YantrikGuruji 7 ปีที่แล้ว

      your 3rd and 4th print statements are wrong.
      1- in 3rd u have used %s as format specifier but asking to print address of ptr which is the base address of string a.
      use printf("%p
      ",ptr);
      2- in 4th , u want to print character stored in string but used %x identifier. Second thing pointer does not print complete string because it use to point one memory location at at a time .So please use for loop and pointer increment operator for printing whole string.
      3- ur " p " is in capital in 2nd printf.

  • @codestorywithMIK
    @codestorywithMIK 8 ปีที่แล้ว

    Thank you

  • @tilakpandya8282
    @tilakpandya8282 7 ปีที่แล้ว

    Hello sir, I request u to make video about Null pointer..

  • @queen_of_my_friend
    @queen_of_my_friend 6 ปีที่แล้ว

    Hlw sir gd evening 😊 i am lakki student of BCA 2nd year
    I have a ques. Size of void pointer is ?

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

    very nice

  • @vlogs4234
    @vlogs4234 5 ปีที่แล้ว

    Nice sir video

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

    sir I need the difference between void pointer and a null pointer

  • @sayandas3202
    @sayandas3202 6 ปีที่แล้ว

    bahut badia sir...thanks

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

    make a Video on generic pointers

  • @tanmaywankhede9873
    @tanmaywankhede9873 7 ปีที่แล้ว

    thanku so much sir

  • @maniwalrohit601
    @maniwalrohit601 7 ปีที่แล้ว

    dhanywad sir..:)

  • @zahidfayaz
    @zahidfayaz 7 ปีที่แล้ว

    What thumbnail indicate and what really it is.

  • @vikrantdaharwal7671
    @vikrantdaharwal7671 8 ปีที่แล้ว

    sir can u give tutorial on volatile

  • @poojagupta7741
    @poojagupta7741 6 ปีที่แล้ว

    Very nice sirg

  • @prakohad
    @prakohad 8 ปีที่แล้ว

    sir I want to know about far pointer and near pointer

  • @mohammadwadho5931
    @mohammadwadho5931 6 ปีที่แล้ว

    sir plz int main or void main k difference ke bare men bataeye kuch

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

    What u have done @ 14:15....
    It will be...
    printf("%f",*(float*)p);

  • @omprakashdeshmane9190
    @omprakashdeshmane9190 7 ปีที่แล้ว

    why # symbol is use after header file in c++ or c

  • @keeprs5294
    @keeprs5294 6 ปีที่แล้ว

    Nice sir

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

    thank u so much

  • @nidhiaggarwal8765
    @nidhiaggarwal8765 7 ปีที่แล้ว

    make video on volatile

  • @Surajsharma-zl1xw
    @Surajsharma-zl1xw 5 ปีที่แล้ว

    Sir aap theory bhi dijiye

  • @ARXCREATIONS
    @ARXCREATIONS 8 ปีที่แล้ว

    plz upload linked lists and queues.

  • @indersein9492
    @indersein9492 7 ปีที่แล้ว

    sir void konsa data type hota hai please help sir

  • @nikhilmohanty8474
    @nikhilmohanty8474 5 ปีที่แล้ว

    Sir apne float data type lia or baad me use int me point kar dia vo galat hai

  • @suvamroy9426
    @suvamroy9426 7 ปีที่แล้ว

    #include
    int main(){
    int a = 320;
    char *ptr;
    ptr =( char *)&a;
    printf("%d ",*ptr);
    return 0;
    }
    sir this code is running and giving answer 64
    what is the meaning of ptr =( char *)&a; this line?
    please can you explain?

    • @YantrikGuruji
      @YantrikGuruji 7 ปีที่แล้ว

      variable a is integer type and pointer is character type so for storing integer's address in ptr explicit typecasting is done . Ans is 64 because a signed character(default) can support values ranging from -128 to +127. Therefore 320-256 equals 64.

    • @suvamroy9426
      @suvamroy9426 7 ปีที่แล้ว

      Thanks lot for the clear explanation...but what is that 320?

    • @YantrikGuruji
      @YantrikGuruji 7 ปีที่แล้ว

      i'm not getting ur question, please explain again

    • @suvamroy9426
      @suvamroy9426 7 ปีที่แล้ว

      Why did you substacted 256 from 320?? what is the significane of 320?

    • @YantrikGuruji
      @YantrikGuruji 7 ปีที่แล้ว

      ok
      character is only byte long means it can support only 8 bits.More precisely from 00000000 to 11111111 in binary or 0 to 255 in decimal
      but we want to store 320 in char type memory location . Initially var a was integer type but after typecasting we converted it in character type. so 320 can not be stored in this memory location.
      after counting 255 it again starts from 0 and goes up to 64 (320-256)

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

    pandey ji is the boss,thanxx :)

    • @easytuts4youcom
      @easytuts4youcom  10 ปีที่แล้ว

      Sihon Utchas Bappy, You're welcome :)

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

      Not thanks sir because you have not any examples of void pointer

  • @sanasattar1187
    @sanasattar1187 6 ปีที่แล้ว

    void walk kia hota hai plz help sir

  • @manishkumar-dk1hj
    @manishkumar-dk1hj 8 ปีที่แล้ว

    sir, please tell me what i should learn sql or mysql "I am interested in java"

  • @manishkumar-dk1hj
    @manishkumar-dk1hj 8 ปีที่แล้ว

    sir, i learn web applicatin in java help me

  • @saquibmohd
    @saquibmohd 6 ปีที่แล้ว

    plz give video null pointer on C++

  • @btharunreddy
    @btharunreddy 10 ปีที่แล้ว

    what is null pointer

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

      Tharun Reddy, we'll prepare a tutorial for you :)

  • @jigarmodi1018
    @jigarmodi1018 7 ปีที่แล้ว

    WHat is dangling pointer

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

    Good

  • @gurubhai1499
    @gurubhai1499 5 ปีที่แล้ว

    Kash ki example bhi likh diya hota aapne sir

  • @DevendraSingh-pg3cf
    @DevendraSingh-pg3cf 5 ปีที่แล้ว

    Mere laptop mein to nahi ho Raha pointer program kuch gadabd ho re

  • @souravnag9439
    @souravnag9439 9 ปีที่แล้ว

    sir, please upload a video for null pointer. also I want to know about Automorphic number in c program.

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

      +Sourav Nag, A Pointer with NULL value is called NULL Pointer which points nowhere.
      e.g. int *ptr=NULL;

    • @souravnag9439
      @souravnag9439 9 ปีที่แล้ว

      ok sir.thanks

  • @AmbrishTripathi14
    @AmbrishTripathi14 9 ปีที่แล้ว

    int a=100;
    char *p;
    p=&a;
    this is not an error.

    • @noumansakhawat4981
      @noumansakhawat4981 8 ปีที่แล้ว

      Bro its an error

    • @noumansakhawat4981
      @noumansakhawat4981 8 ปีที่แล้ว

      you can execute this first
      #include"iostream"
      #include"conio.h"
      using namespace std;
      void main()
      {
      int a;
      char *p;
      couta;
      cout

  • @sourabhkumar212
    @sourabhkumar212 5 ปีที่แล้ว

    aree ye toh perpendicular h 😂😂..
    srry no offense plz 😛

  • @asifhossain9069
    @asifhossain9069 6 ปีที่แล้ว

    get to the point man!!!! :(

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

    Making a 15 min video with so less information is kind of killing people's time.

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

      The purpose is to make you understand thoroughly.

    • @jkrw3540
      @jkrw3540 5 ปีที่แล้ว

      @@bilalshahid5831 I hope people are smart enough to understand it in atleast one go. Speaking the same thing again and again. Ain't he?

  • @ce201_amishdomadiya4
    @ce201_amishdomadiya4 5 ปีที่แล้ว

    very good