#include <stdio.h> int change(); int change(int j) { j=0; return(j); } void main() { int b = change (b); printf("%d",b); }