Scanf and Printf Functions; Function Prototype

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

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

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

    It's very useful

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

    Simply awesome

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

    In 16.49 you have said 1712 a data then for 3d it will omit 2. It is sir? I think since field width is minimum it will ignore the 3d and print 1712

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

      3d means it will show the integer at least using 3 spaces, so the output will be 1712

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

    Sir if there are errors in function will compiler show them

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

    Sir,What is meant by prototype?

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

    Thanks

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

    sir . i have a doubt in prototype when we declare a function int gcd(int a,int b);
    bt can we also change the type of arguments and function such as float gcd(int a,int b); or int gcd(float a,float b);