Un-Answered Questions { C++ General }

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

1734


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

3034


give me an example for testing a program showing the test path .show how the test is important and complex.

2415


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

1985


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

3038


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2083


write a programme to get a character and thier ASCII value

2588


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2024


what are the events occur in intr activated on interrupt vector table

1170


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

1066


daily Routine of father

895


What is encapsulation in C++? Give an example.

580


What is meant by entry controlled loop? What all C++ loops are exit controlled?

556


Do you know about latest advancements in C++ ?

650


Do you know about C++ 11 standard?

626