...
August 29, 2024

OOPS

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 […]
August 29, 2024

OOPS

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 […]
August 29, 2024

OOPS

Question 81 Consider the C/C++ function f() given below: void f(char w []) {     int x = strlen(w);  //length of a string     char c;     For (int […]
August 29, 2024

Nielit Scientist-C 2016 march

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 […]