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

n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}

Answer Posted / shruti

the answer depends upon, to what value result is
initialised..

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain enumerated types in c language?

1106


How would you use the functions fseek(), freed(), fwrite() and ftell()?

1207


what is the format specifier for printing a pointer value?

1076


How can I use a preprocessorif expression to ?

1114


What do you mean by command line argument?

1231


Write a program to print "hello world" without using a semicolon?

1121


Does c have class?

1181


How to write a code for reverse of string without using string functions?

2206


Explain the advantages of using macro in c language?

1052


What is register variable in c language?

1067


What is a program flowchart?

1289


Why main function is special give two reasons?

1607


What does c value mean?

1264


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1240


Write a c program to demonstrate character and string constants?

2248