Capgemini Company Numerical Ability Ratio and Proportion

On a average, a content developer can develop 6 questions in an hour. Resource manager wants to complete the project of 2400 questions in 20 hours. How many developers should be taken in his team

a.30
b.20
c.40
d.10

Read Solution (Total 14)

Capgemini Other Question

simple interest on an amount at 4% per annum for 13 months is more than the simple interest on the same sum for 8 months at 6% per annum by rs 40. what is the principle amount

a.3600
b.12000
c.4800
d.24000
hi friends i want to know wat the following code does and wat is that pchar cdecl and exports everthing i want to know please reply me the code written in vb

function ReverseString( A: PChar ): PChar ; Cdecl;
Var
S, X : String;
i : Integer;
Begin

X := A;
For i := Length(X) Downto 1 Do
Begin
S := S + X[i] ;
End;

ReverseString := PChar(S) ;
End;

exports
ReverseString ;
begin
end.