Join Regular Classroom : Visit ClassroomTech

Epam off campusing drive

Epam Full Question Paper Solved | Set- B | Part-II | codewindow.in

void func(Queue q) { int i; if(!isEmpty(q)) { i = delete(q); func(q); insert(q,i); } } Question 1 Answer Question 1 Given a Queue implementation with insert, delete and isEmpty methods, what does the above function do? A. q is unchangedB. q is reversedC. q is emptyD. None Answer B. q is reversed String n_squares(int n){

Epam Full Question Paper Solved | Set- B | Part-II | codewindow.in Read More »

Epam Full Question Paper Solved | Set – A | Part-II | codewindow.in

Question 1 Answer Question 1 Abstraction and encapsulation are fundamental principles that underlie the object oriented approach to software develoopment. What can you say about the following two statements? I. Abstraction allows us to focus on what something does without considering the complexities of how it works. II. Encapsulation allows us to consider complex ideas

Epam Full Question Paper Solved | Set – A | Part-II | codewindow.in Read More »