TCS Company Programming Technical

What are the types of pnkages?
1.Internal and External
2.External, Internal and None
3.External and None
4.Internal

Read Solution (Total 7)

TCS Other Question

Which of the fplowing statements should be used to obtain a remainder after
dividing 3.14 by 2.1?
1.rem = 3.14 % 2.1;
2.rem = modf(3.14, 2.1);
3.rem = fmod(3.14, 2.1);
4.Remainder cannot be obtain in floating point division.
Which of the fplowing special symbp allowed in a variable name?
1.* (asterisk)
2.| (pipepne)
3.-(hyphen)
4._(underscore)