Variables and Variable Types in C

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 48

  • @sultangaddafi8698
    @sultangaddafi8698 Рік тому +4

    for those finding a hard time grasping the symbols...the (%d) is the format specifier for integers...each and every variable in C programming has their own different format specifiers...the & sign before the integers a,b and c just represents the address in memory where the variables are located and we need to use this whenever we use scanf in order to get the values of the variables..please dont confuse the & and the && as the latter is the and operator which is used in if else statements to show two or more possibilities to be true...I hope this helps...All in all great lecture prof!!..it feels good to refresh my C programming skills!

  • @abhishekchaturvedi400
    @abhishekchaturvedi400 4 роки тому +3

    It is very appreciating one sir.
    So you are my one of teacher of c language

  • @prashanthguguloth6452
    @prashanthguguloth6452 4 роки тому +1

    Your teaching is excellent 🙏🙏 sir

  • @mansidarswal4923
    @mansidarswal4923 2 роки тому

    you are very patient when it comes to teaching sir :) . Thank you so much sir .

  • @Mflparam77
    @Mflparam77 3 роки тому +4

    In lecture in sample program #3
    " && " What is the meaning of that symbol?

    • @deepakkumarbehera7493
      @deepakkumarbehera7493 3 роки тому +7

      && operator returns true when both the statements are true otherwise it returns false........hope you got it 🙌

    • @darjiabdulmouize4302
      @darjiabdulmouize4302 2 роки тому

      For that you should have some knowledge about gates

  • @EerosageGaming
    @EerosageGaming 2 роки тому

    Excellent lecture sir

  • @arifyousuf
    @arifyousuf Рік тому

    You are great

  • @baikadisindhuja9530
    @baikadisindhuja9530 4 роки тому +3


    denotes what? Start of a new line ?or end ?

    • @thunderingeagle
      @thunderingeagle 4 роки тому +14


      is called an escape sequence.
      moves the cursor to the next line. So if you typed say
      printf("Hello
      world
      how is everyone ? ");
      Then the output you will be getting is :
      Hello
      world
      how is everyone ?

    • @agasttyadixit09
      @agasttyadixit09 4 роки тому

      It's neither

    • @thunderingeagle
      @thunderingeagle 4 роки тому

      @@agasttyadixit09 I'm sorry ?

    • @baikadisindhuja9530
      @baikadisindhuja9530 4 роки тому +1

      @@thunderingeagle tqq for explaining

    • @karanvirsingh2830
      @karanvirsingh2830 4 роки тому +1

      @@thunderingeagle have u completed the whole playlist? If yes plz tell me it these lectures are good

  • @shivamagrawal5476
    @shivamagrawal5476 6 років тому

    Nice

  • @darjiabdulmouize4302
    @darjiabdulmouize4302 2 роки тому

    We are facing some problem while we are listening the classes in link (chrome) especially we are not able to forward the classes.

    • @gullukumar4497
      @gullukumar4497 2 роки тому

      There is no option of forwarding the lecture. You can use the player seek feature to move ahead in video.

  • @dhanushbala1994
    @dhanushbala1994 3 роки тому

    Sir the words written while u r speaking was hiding the screen .so pls do something to clear my quarry

  • @neelshah1481
    @neelshah1481 6 років тому +1

    Doesn't show output in sample program 3

    • @radhikamishra1629
      @radhikamishra1629 6 років тому +3

      After variable declaration... I think... one statement is missing...
      printf("
      Enter the value for a, b and c:
      ");

    • @neelshah1481
      @neelshah1481 6 років тому

      Radhika Mishra
      I think you are right

    • @sparsh_malhotra
      @sparsh_malhotra 5 років тому +1

      @@radhikamishra1629 There is no need of that statement. You can give input right after running the program

    • @dsujay748
      @dsujay748 4 роки тому

      @@radhikamishra1629 😮

    • @starboy0804
      @starboy0804 3 роки тому

      use else if(b>c) in one line in stead of two different lines

  • @santhoshshetty7678
    @santhoshshetty7678 4 роки тому

    nice video
    #srkworld

  • @vaibhavchavan518
    @vaibhavchavan518 5 років тому

    didn't get o/p

    • @avm9742
      @avm9742 5 років тому +1

      After declaration of int use printf and at last give getch()

  • @CyberSecurityProfessional
    @CyberSecurityProfessional Рік тому

    I am very fond of studying with the professor, but the sad thing is that I could not get admission in the university.😢