Skip to content

Instantly share code, notes, and snippets.

@RupGautam
Created February 17, 2016 15:24
Show Gist options
  • Select an option

  • Save RupGautam/b9529ab43cd39475a73b to your computer and use it in GitHub Desktop.

Select an option

Save RupGautam/b9529ab43cd39475a73b to your computer and use it in GitHub Desktop.
walkthur C
int main(){
int i=3;
for (int j=0, j<i, j++){
i=j;
printf("Values are %d, %d", i,j);
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment