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
What are the functions to open and close file in c language?
When can a far pointer be used?
List the difference between a While & Do While loops?
What are pointers in C? Give an example where to illustrate their significance.
What is the difference between exit() and _exit() function?
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
Give the rules for variable declaration?
What are the types of type qualifiers in c?
Are the variables argc and argv are always local to main?
What is the use of ?: Operator?
How is a pointer variable declared?
When the macros gets expanded?
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.
What is substring in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result