1. 1.
    0
    #include <stdio.h>

    int square(int a){
    int temp;
    temp = a * a;
    return temp;
    }

    int main(void){
    int b=0, c=0;
    scanf("%d", &b);
    c = square(b);
    printf("%d", &c);
    return 0;
    }

    bu anasını gibtiğimin programı niye çalışmıyo, illa recursive mi yapalım gibicem.
    ···
  2. 2.
    0
    her değer için gibik bi 2512306 gibi bi değer veriyor, ne girersem gireyim
    ···
  3. 3.
    0
    upupupupupup
    ···
  4. 4.
    0
    upupupupupup
    ···
  5. 5.
    0
    @5 hiç çakmıyorum panpa, yine de bi sorsana
    ···
  6. 6.
    0
    @8 canımın içi seni yerim
    şunu nick6 vericem tut
    ···
  7. 7.
    0
    @10
    panpagül, çalıştı program @8in dediği ampersantı silince
    yani mantık hatası yok, syntax hatası var
    ···