Round 1: Few output questions related to static variables, format of printf function Coding Question: Q1: Given a very large number, which cannot be stored in usual data types. How will you store it and add one to it? Q2: Given an sorted array of numbers, find the missing number in less than O(n) 11,12,14,15,16,17 O/P 13
Anonymous
Q1: Use array / vector to store digits of number Q2: Use binary search
Check out your Company Bowl for anonymous work chats.