Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

int zap(int n)
{
if(n<=1)then zap=1;
else zap=zap(n-3)+zap(n-1);
}
then the call zap(6) gives the values of zap
[a] 8 [b] 9 [c] 6 [d] 12 [e] 15

Answer Posted / arunthathi

sindhu is correct

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For what purpose null pointer used?

1117


What are extern variables in c?

1043


Explain how do you sort filenames in a directory?

1077


What is void pointers in c?

1066


Write the control statements in C language

1283


How can a program be made to print the line number where an error occurs?

1135


How are pointers declared in c?

1115


Write a program to swap two numbers without using the third variable?

1120


Was 2000 a leap year?

1091


What does %c mean in c?

1142


What is the correct declaration of main?

1265


What do you mean by a sequential access file?

1136


how is the examination pattern?

2064


Can the curly brackets { } be used to enclose a single line of code?

1217


What is the right type to use for boolean values in c?

1088