cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
funny challange
Page 2
funny challange
Pages:
1
2
Jul 9, 2013 at 5:31pm UTC
Chriscpp
(368)
DTS I didn't mean your post, only the code achal posted :)
Jul 9, 2013 at 5:32pm UTC
closed account (
Dy7SLyTq
)
oh sorry :p
Jul 9, 2013 at 5:34pm UTC
Chriscpp
(368)
ok ;)
Jul 9, 2013 at 6:00pm UTC
nomijigr
(52)
u can this this mechanism here
void main()
{
int a,b;
a=5;
b=3;
a=a + b;
b=a - b;
a=a - b;
}
Topic archived. No new replies allowed.
Pages:
1
2