write a program to display & create a rational number



write a program to display & create a rational number..

Answer / hansda.hansda.charan493

in c++(language)

Is This Answer Correct ?    12 Yes 6 No

Post New Answer

More C Interview Questions

4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

0 Answers   Expedia,


Describe wild pointers in c?

0 Answers  


how does printf function work

1 Answers  


Is null always equal to 0(zero)?

0 Answers  


I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  


What are type modifiers in c?

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,


If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.

1 Answers   TCS,


How to set file pointer to beginning c?

0 Answers  


What is the c language function prototype?

0 Answers  


Categories