write a program that takes input in digits and display the
result in words from 1 to 1000
No Answer is Posted For this Question
Be the First to Post Answer
what are the ways in which a constructors can be called?
What is abstraction example?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
write a program to print * * * * * *
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What is inheritance in oop?
Should you protect the global data in threads? Why or why not?
What is overloading and its types?
Why is oop useful?
Why do we use encapsulation in oops?
what is the definition of incapsulation
what is difference between objects and function