write a program that will accept a number and print.its
equivalent in words the maximum input number is 9999


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More STL Interview Questions

how to overload << and >> operator in c++

3 Answers   Wipro,


#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?

12 Answers   Wipro,


Difference between Structure and Class in C++?

5 Answers   Caritor,


What is stl in oop?

0 Answers  


how to swap two numbers in a linked list without exchanging the data but only the links?

3 Answers   Wipro,






write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "

1 Answers  


how to get the sum of two integers?

2 Answers  


What is the STL?

2 Answers   Epson, HP,


What is stl stand for?

0 Answers  


i want a road rash 3d game code if some one know please help me

1 Answers  


c# support late binding or early binding.

6 Answers  


what is the difference between thread and process

1 Answers   Infosys,


Categories