You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in one of the groups: Users, Administrators.


You can view and copy the source of this page.

Return to Undefined Value 2.

<syntaxhighlight lang="c"> main() {

  int a=2;
  a=++a/a++;
  printf("%d", a;

} </syntaxhighlight>





blog comments powered by Disqus