Computer Science, asked by saleemsaba027, 11 months ago

2-How many tokens are there in the following code? Also write the type of tokens.
a-printf(“i = %d, &i = %x”, i, &i );
b-if (houseIsOnFire)
{
/* ouch! */
scream();
runaway();
}
c-/* print plural of cow, may be using the obsolete dual number construction*/
Switch (numberOfCows)
{
Case 1:
Puts(“cow”);
Break;
Case 2:
Puts(“cowen”);
Break;
Default:
Puts(“cows”);
Breaks;
}


Answers

Answered by monikajha829
1

Answer:

nhe pata hai kaha se answer lau

Explanation:

Similar questions