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 is the stack in c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Differentiate between calloc and malloc.
Explain what is the use of a semicolon (;) at the end of every program statement?
how to find binary of number?
Here is a neat trick for checking whether two strings are equal
When can a far pointer be used?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
what do the 'c' and 'v' in argc and argv stand for?
What is a global variable in c?
How do you override a defined macro?
What are the different properties of variable number of arguments?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Which is more efficient, a switch statement or an if else chain?
What is the difference between memcpy and memmove?