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

write a program to display & create a rational number

Answer Posted / hansda.hansda.charan493

in c++(language)

Is This Answer Correct ?    12 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2316


Explain what is dynamic data structure?

1174


How we can insert comments in a c program?

1135


What is the auto keyword good for?

1160


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

1111


What is a program flowchart and explain how does it help in writing a program?

1316


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

1246


What is bin sh c?

1047


What are high level languages like C and FORTRAN also known as?

1176


What are enumerated types?

1199


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1520


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2549


Why c is procedure oriented?

1082


There seem to be a few missing operators ..

1053


Explain heap and queue.

1097