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
how to overload << and >> operator 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?
Difference between Structure and Class in C++?
What is stl in oop?
how to swap two numbers in a linked list without exchanging the data but only the links?
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 "
how to get the sum of two integers?
What is the STL?
What is stl stand for?
i want a road rash 3d game code if some one know please help me
c# support late binding or early binding.
what is the difference between thread and process