TCS Company Programming Program

Is there any difference between following declarations ?
(i) : extern int fu ();
(ii) : int fun();
A)Both are identical B)No difference except ectern int fun(); is probably in another file C)int fun() is overrided with extern int fun(); D)None of these

Read Solution (Total 5)

TCS Other Question

If the cone is cut along its axis from the middle, the new shape new shape we obtain after opening the paper is A square is drawn by joining the mid points of sides of a given square in the same way and this process continues indefinitely. If a side of the first square is 4 cm, determine the sum of areas of all the squares.
A)20 cm² B)32 cm² C)64 cm² D)16 cm²