What is the output?
int main()
{
int a = 2;
int b = 3;
int c = a+b;
printf("%i",c);
}


Posted on by