70 - TYPEDEF with Example - C Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • TYPEDEF with Example
    / @sundeepsaradhi

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

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

    Hi sir we are eagerly waiting for your c++ continuation video...thank you so much once again for all your excellent videos

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

    Thanks for uploading sir
    Please do a video on preprocessor directives and enumerators also.. It's my sincere request

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

    Sir,can you make tutorial on dynamic memory,malloc,calloc,realloc

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

    Thank you Sir, the concept about typedef was explained very clear! But there is one thing about void main(), I don't understand. Could you please teach me sir, when should we use void main() and when should we use int main()?
    Thank you in advance Sir! All the best!

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

    Tq sir very nice explanation

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

    Dear sir
    Please explain the 5 digits reverse in c program

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

    sir i have a small doubt in array insertion program,in program" after insert position value ,why to do this. "sir,
    for(c=n-1;c>=position-1;c--); //what is the reason sir//
    array[c+1]=array[c];
    array[position-1]=value;

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

    pls sir do u have a tutorial video on C programming GUI, i mean tutorials on the Conio.h header file

  • @kirankumargk3826
    @kirankumargk3826 2 ปีที่แล้ว

    please do vedios on sql

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

    Can you do a video on loops in c programming?

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

    Sir the video on appending the data isn't available in youtube...can you please upload it

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

    Sir what is the use of typedef sir??

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

    Sir getch() where sir in that program??

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

      Hi
      getch() is not required to write in every program. It is an input function to read a character so it will wait until user enter the character. In the absence of getch user have to use alt+f5 to view the output.

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

      Hi
      getch() is not required to write in every program. It is an input function to read a character so it will wait until user enter the character. In the absence of getch user have to use alt+f5 to view the output.