Month: August 2021
465 posts
What is the output of this C code ? | Recursion Program in C | Recursion in C
Answer : D. This code will generate an error.
Ravi and Rupali are asked to write a program to sum the rows of 2X2 matrices stored in the array A..?
Answer : B. Code b will execute faster than a
The construct “if (condition) then A else B” is used for which of the following purposes ?
Answer : A. Decision making
TCS Ninja Test pattern and Syllabus
Answer : The test pattern for TCS enrollment 2021 is given below.
TCS Ninja Registration 2021
Answer : To apply for TCS National Qualifier Test(NQT), Go to TCS Careers Official Website. Now You will see on the below page.
TCS Ninja Off Campus Drive for 2019 Batch Passouts (TCS NQT Off Campus 2019)
Answer : At one time you receive an Offer Letter, you noted to finish courses in TCS
TCS Ninja Recruitment process for TCS NQT 2021
Answer : TCS Ninja NQT ( National Qualifier Test ) Online test would happen across the country on 20th July 2021
What is space complexity of the program ?
Answer : C. Amount of memory required by the program to run
A code with θ(n) and θ(n2) complexity. Which code will execute faster for a code of size J ?
Answer : C. Cant be said as size of K is unknown