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
what is electronic software
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
#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?
how to making game in c++ ?
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 "
Is stl part of c++ standard?
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
How the STL's are implemented, What the difference between templates and STL?
how to get the sum of two integers?
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++