fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int a, b;
  5. char prodotto;
  6. prodotto = a*b;
  7. printf ("prodotto = %c", &prodotto);
  8.  
  9.  
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0.01s 5276KB
stdin
Standard input is empty
stdout
prodotto = �