Data Types in C Programming in Hindi part 1 | Learn Data Types in C Language

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

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

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

    Get ready for top companies with our placement-ready C Programming full course on TechVidvan: techvidvan.com/courses/c-programming-course-hindi/?campaign=ytcd&ref=1374
    Apart from structured learning, you will get:
    - Study Material
    - Notes
    - Practical Codes
    - Quizzes & Tests
    - Interview Questions
    - Real-time Projects
    - Videos in Sequential Order
    - Video Playlist
    - Roadmap to get job
    - Job updates
    - Industry-recognized Certificate
    In case of any queries, please contact us on 8451097879 / info@techvidvan.com

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

    Thank you sir apka video dekhne ke bad C language Pura easy ho gya❤❤❤❤❤

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

      Your enthusiasm is the best motivation! It means a lot to me that you enjoyed the C Programming Course videos and found them helpful. Please help us in our mission of free education by sharing these free courses with your friends.
      Keep Learning with DataFlair.😊

  • @amreshkadam6877
    @amreshkadam6877 4 หลายเดือนก่อน +1

    data types in c
    1 int = integer
    2 float = 2.3 1.3
    double is also used for decimal =3.13 3.2
    3 character ='x' 'v' 'y'
    void =is used for function return

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

    Best Lecture sir.

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

    and thankyou so much ☺️😊

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

    fantastic ❤️👍

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

    to print the value of integer we use %d

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

    superb sir👍👍👍👍🙏

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

      Thanks, Keep visiting DataFlair and keep learning new technologies.

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

    data type = which shows the nature of variable for example integer , decimal ,character

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

    grt contentsir

  • @amreshkadam6877
    @amreshkadam6877 4 หลายเดือนก่อน +1

    data is always stored in bit form

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

    Ser please provide playlist for data structures c++

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

      We have created a playlist on DataFlair website (link in description). Apart from structured learning, you will get:
      📌 Study Material
      📌 Notes
      📌 Practical Codes
      📌 Quizzes
      📌 Interview Questions
      📌 Real-time Projects
      📌 Videos in Sequential Order
      📌 Video Playlist
      📌 Roadmap to get job
      📌 Job updates
      📌 Free Certificate

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

    signed int take 2 byte memory allocation
    and range is upto 32767 to -32768

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

    Void main = int main yes or no

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

    Sir, unsigned int a=32765 turbo c me a=a+5 dene pe output -32766 aa raha hai.
    aisa kyun.

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

    thanks sir

  • @MohitKumar-mu8sd
    @MohitKumar-mu8sd ปีที่แล้ว +1

    Sir why this code is not running in vs code?

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

    we have to declare data type in c language

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

    %d ko kaise pata chalta hai ki use int a ka value o/p me batana hai? printf("%D",a) yeh toh samjha lekin mein agar sirf printf("%d") use karu toh bhi kaise pata lagata hai?

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

    Sir i think clrscr(); used before void main not in the driver code because it is giving error in dev c+

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

      use system("cls") or declare #define clrsr() system("cls") at the place of header file

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

    Hello Sir but my output is mismatch for you output pls check pls ask why programmer int main()
    {
    int a=30,b=90,c=75;
    printf("%d");
    }
    output 12326352
    every time is different

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

      Attempt the code in the Turbo C++ compiler.

    • @YuvrajSingh-hq3db
      @YuvrajSingh-hq3db 7 หลายเดือนก่อน

      VS code ka kya alg likhna hoga??

    • @YuvrajSingh-hq3db
      @YuvrajSingh-hq3db 7 หลายเดือนก่อน

      Apko vs code ke according hi pdhana chahiye firrr

  • @Nandusaini-l2e
    @Nandusaini-l2e หลายเดือนก่อน

    😊❤

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

    What if
    int a=65536
    a= a+5
    Output?

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

      It depends on signed and unsinged int

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

    But sir i have result 32765+5=32770 instead of -32766 in vs code.Please elaborate this confusion?

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

    Sir can you provide the notes

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

      We have created a playlist on DataFlair website (link in description). Apart from structured learning, you will get:
      - Study Material
      - Notes
      - Practical Codes
      - Quizzes
      - Interview Questions
      - Real-time Projects
      - Videos in Sequential Order
      - Video Playlist
      - Roadmap to get job
      - Job updates
      - Free Certificate

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

    Sir 1,22,3333,44,5,ka triangle program

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

      We will start working on this topics in a couple of weeks. Thanks for your patience.