Browsing Tag
TCS Ninja Coding Questions with Answers | TCS Ninja Coding Questions 2021 | TCS Ninja Programming MCQ Questions
38 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