With the help of using classes, write a program to add two numbers.
No Answer is Posted For this Question
Be the First to Post Answer
Are there any problems with performing mathematical operations on different variable types?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What is the difference between the expression “++a” and “a++”?
Can a binary search tree be used as an index? If yes, how? Explain
How can I change their mode to binary?
Is it fine to write void main () or main () in c?
Write a program in C to convert date displayed in gregorian to julian date
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
What are the 4 types of unions?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
How can I find out if there are characters available for reading?