Join Regular Classroom : Visit ClassroomTech

infosys previous years questions

Infosys Pseudocede & Puzzle Solved – codewindow.in

Set Integer Emp_no=101Set Integer salary=0while (Emp_no=501) salary=salary+100 display salary end-while Question 1 Answer Question 1 What will happen when the following pseudocode is executed? A. Code executes successfully and value of salary is displayed once. B. Code executes successfully and nothing is displayed. C. Code executes successfully and value of salary is displayed infinite number […]

Infosys Pseudocede & Puzzle Solved – codewindow.in Read More »

Infosys Sample Question Paper III | Codewindow.in

Q1: What will be the output of following pseudocode? a) SevenTwoHellob) OneHelloc) SevenTwod) Seven Answer: a) SevenTwoHello Explanation: As there are no break statements, all the display messages starting from “Seven” will be printed. Q2: What will be the output of following pseudocode? a) Compile time errorb) Code execute successfully and nothing is displayedc) Code

Infosys Sample Question Paper III | Codewindow.in Read More »