TCS Company Numerical Ability Permutation and Combination

The C language terminator is
(a) semicolon (b) colon (c) period (d) exclamation mark

Read Solution (Total 9)

TCS Other Question

Probability of occurrence of some events was given. Have to find total probability of specified group of events. Write one statement equivalent to the following two statements: x=sqr(a); return(x); Choose one of the alternatives out of these 4,
(a) return(sqr(a)); (b) printf("sqr(a)");
(c) return(a*a*a); (d) printf("%d",sqr(a));