CTS Company Numerical Ability Time Distance and Speed

Write a short code using C++ to print out all odd number from 1 to 100 using a for loop

Read Solution (Total 19)

CTS Other Question

1. Given the following functions
(1) f(n a b c ) = ac if n=1
(2) f(n a b c) = f( n-1 a c b) + f( 1 a b c) + f( n-1 b a c ) if n > 1

Then what is the value f( 4 a b c ) = ?
A secret can be told only 2 persons in 5
minutes .the same person tells to 2 more persons
and so on . How long will take to tell it to 768
persons ?
a)47.5 min b)50 min c) 500 min d)49 min