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 / vint

Ans: 9

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Ow can I insert or delete a line (or record) in the middle of a file?

1053


What is scope rule of function in c?

1154


What are run-time errors?

1180


Do you know what are the properties of union in c?

1132


hi, which software companys will take,if d candidate's % is jst 55%?

2140


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

10253


Why isn't any of this standardized in c? Any real program has to do some of these things.

1266


What is the significance of scope resolution operator?

1459


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1109


What's the best way of making my program efficient?

1155


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1295


What library is sizeof in c?

1143


Explain the advantages of using macro in c language?

1053


Write a program to check palindrome number in c programming?

1067


What is spaghetti programming?

1203