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...

what does the following code do?
fn(int n,int p,int r)
{
static int a=p;
switch(n){
case 4:a+=a*r;
case 3:a+=a*r;
case 2:a+=a*r;
case 1:a+=a*r;
}
}
a.computes simple interest for one year
b.computes amount on compound interest for 1 to 4 years
c.computes simple interest for four year
d.computes compound interst for 1 year

Answer Posted / deepali

b

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a constant?

995


what do u mean by Direct access files? then can u explain about Direct Access Files?

2031


In c programming language, how many parameters can be passed to a function ?

1053


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1170


How do you declare a variable that will hold string values?

1105


What is an identifier?

979


What is the difference between formatted&unformatted i/o functions?

1007


What is the benefit of using an enum rather than a #define constant?

1172


Write a program with dynamically allocation of variable.

1068


What is volatile keyword in c?

998


Explain do array subscripts always start with zero?

1175


Explain the array representation of a binary tree in C.

1166


What is 'bus error'?

1091


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1988


How do you list a file’s date and time?

1021