Find out the output of the following program?
int main()
{
    int a = 5;
    int b = 10;
    int c = a+b;
    printf("%i",c);
}


Posted on by