Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Write a program to reverse a string using recursive function?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Is this job good for future? can do this job post grduate student?
totoo po ba ang manga aliens!
When we use Abstract Class and when we use Interface?where we will implement in real time?
write a porgram in c++ that reads an integer and print the biggest digit in the number
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
can inline function declare in private part of class?
any one please tell me the purpose of operator overloading
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
to find out the minimum of two integer number of two different classes using friend function
officer say me - i am offered to a smoking , then what can you say
write a programe to calculate the simple intrest and compund intrest using by function overlading