Toggle navigation
GATECSE
Home
Tools
Recent Changes
Special Pages
Upload a File
Log in
Undefined Value 2
Revision as of 09:43, 12 December 2013 by
Arjun Suresh
(
talk
|
contribs
)
(Created page with "<syntaxhighlight lang="c"> main() { int a=2; a=++a/a++; printf("%d", a; } </syntaxhighlight> {{Template:FB}} <disqus/>
Category:Coding Questions
")
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
<syntaxhighlight lang="c"> main() {
int a=2; a=++a/a++; printf("%d", a;
} </syntaxhighlight>
Tweet
View the discussion thread.
blog comments powered by
Disqus
Category
:
Coding Questions
<syntaxhighlight lang="c"> main() {
int a=2; a=++a/a++; printf("%d", a;
} </syntaxhighlight>
Tweet
View the discussion thread.
blog comments powered by
Disqus