sunilmit Member Member since May 19, 2016 Last active May 19, 2016 Total activities 0 Activity feed Recent contributions #Threads 9 years ago 62377e40-c078-4297-a1dd-836c72a992f3 Shailaja Tiwaricheck the output of this code : #include<stdio.h> int main() { static int i; for(i=0;i<5;i++); { static int i = 10;...