Question 79 What does the following java function perform ? (Assume int occupies four bytes of storage) Public static int f(int a) { //Pre-conditions : a>0 […]
Question 80 Consider the following two C++ programs P1 and P2 and two statements S1 and S2 about the programs : S1: P1 prints out 3 S2: P2 prints out 4:2 What […]
Question 15 The defining language for developing a formalism in which language definitions can be stated, is called A Syntactic meta language B Decidable language C […]