The number of tokens in the following line:
int main()
{
int a = 1, b = 2;
printf("Sum is:%d",a+b);
return 0;
}
1
33
2
27
3
25
4
23
5
Question Not Attempted
The number of tokens in the following line:
int main()
{
int a = 1, b = 2;
printf("Sum is:%d",a+b);
return 0;
}