Daily Archives: February 5, 2020
number
this is testim : press Sourcethis is testing for the program
OUTPUT 2014
The following functions are part of some classi) What will be the output of fun1() when the value of s[] ={‘J’,’U’,’N’,’E’} AND X= 1?ii) What will be the output of fun2() when the value of n =”SCROLL” ?iii) State in … Continue reading
OUTPUT 2013
The following function Recur is a part of some class. What will be the output of the function Recur() when the value of n is equal to 10. Show the dry run/working Recur(10) 10 Recur(5) … Continue reading
OUTPUT 2012
The following function witty() is a part of some class. What will be the output of the function witty() when the value of n is SCIENCE and the value of p is 5. Show the dry run/working. witty(“SCIENCE”,5) C. … Continue reading
OUTPUT 2011
The following is a part of some class. What will be the output of the function mymethod() when the value of the counter is equal to 3? Show the dry run/working mymethod(3) Hello3 mymethod(2) … Continue reading