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

What are the functions to open and close file in c language?

944


When can a far pointer be used?

766


List the difference between a While & Do While loops?

845


What are pointers in C? Give an example where to illustrate their significance.

967


What is the difference between exit() and _exit() function?

788


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

909


Give the rules for variable declaration?

920


What are the types of type qualifiers in c?

835


Are the variables argc and argv are always local to main?

781


What is the use of ?: Operator?

891


How is a pointer variable declared?

778


When the macros gets expanded?

1080


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

5209


What is substring in c?

858


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1681