[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Placement Questions & Answers :: Wipro NLTH

171. What type of value does sizeof return?

Answer:

Explanation:

Here is no explanation for this answer

Workspace

Tags:

TCS NQT Wipro NLTH 

172. Which of the below function is NOT declared in math.h ?

Answer:

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro NLTH Nagarro 

173. A memory leak happens when

Answer:

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro NLTH Nagarro 

174. #include
int main()
{
int x,y;
for(x=5;x>=1;x--)
{
for(y=1;y<=x;y++) printf("%d ",y);
}
}

Answer:

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Wipro NLTH Nagarro 

175. Kelly and Chris are moving into a new city. Both of them love books and thus packed several boxes with books. If Chris packed 60% of the total number of boxes, what was the ratio of the number of boxes Kelly packed to the number of boxes Chris packed?

Answer: 2:3

Explanation:

If chris packs 60% of the boxes,
So, kelly packs remaining boxes i.e 40%
Therefore, Kelly : Chris = 40% : 60% = 2 : 3

Workspace

Tags:

TCS Wipro NLTH