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

What is stl in oop?

0 Answers  


if x<>=z then statement end what is the cyclomatic complexity

5 Answers  


Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

0 Answers  


What are the various types of stl containers?

0 Answers  


Is stl part of c++ standard?

0 Answers  






What is meant by stl in c++?

0 Answers  


Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"

2 Answers  


What is a standard template library (stl)? What are the various types of stl containers?

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers  


Name the different types of stl containers.

0 Answers  


c# support late binding or early binding.

6 Answers  


why & sign is used in copy constructor

4 Answers  


Categories