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

How to print "Hi World" without using semi colon?

6 Answers   Infosys,


how to find binary of number?

2 Answers  


Find MAXIMUM of three distinct integers using a single C statement

0 Answers  


Can a void pointer point to a function?

0 Answers  


Explain what are its uses in c programming?

0 Answers  






What is extern storage class in c?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,


What are integer variable, floating-point variable and character variable?

0 Answers  


write a program to interchange the value between two variable without using loop

1 Answers  


Can a file other than a .h file be included with #include?

0 Answers   Aspire, Infogain,


What is getch c?

0 Answers  


Categories