Company: Deloitte IITK
Difficulty: medium
What will be the result of the code given below? int i = 1, j = 2, k = 3; int m; m = ++i || ++j && ++k; printf("%d %d %d %d", i, j, k, m); 2 3 4 1 2 2 3 1 2 3 3 1 3 2 3 1 In cloud computing, Communication between services is done WIDELY using Which protocol? SOAP HTTP FTP REST Generate the output considering that the value of z=1 and choose the most appropriate option. (Flowchart description: The flowchart starts, initializes x=1, y=2. It then enters a loop that continues as long as z < 6. Finally, it stops.) 22 23 24 21 Which of the tag given in options is used to divide the document into logical document section? <section></section> <span></span> <div></div> <group></group> What is the use of the given below formula? =ADDRESS(2,3,1,FALSE,"EXCEL SHEET") It will provide absolute reference to another work book It will provide absolute reference to another work area It will provide absolute reference to another worksheet It will