int func2(int m, int n) { if( n ==0 ) return0; else return m +func2(m, n-1); }

Related Book For  answer-question

Income Tax Fundamentals 2013

ISBN: 9781285586618

31st Edition

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

Posted Date: