GATE 2019CS/IT C PROGRAM | for(r();r();r()) printf(r()); | int r() {static int num=7; return num--;}

Published --