I am trying to calculate the Greatest Common Denominator of two integers.
C Code:
#include int gcd(int x, int y); int main() {
Basically and is just the text version of && in c. You do however need to #include . or it isn't going to compile.
and
&&
#include
You can read more here: http://msdn.microsoft.com/en-us/library/c6s3h5a7%28v=vs.80%29.aspx