What will be the output?
#include<stdio.h>
int main()
{
    int sum1,sum2;
    printf("Enter the no. you want in table:-)");
    printf("%d",sum2);
    for(sum1=1: sum1<11; sum1++);
    printf("%d", sum1*sum2);
    return 0;
}


Posted on by