Answer Posted / reejusri
We can test our code by :
1. Dry running
2. Unit testing
3. Ask someone else to input and run your program
Beyond that tester will come into picture.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the best book for c++ beginners?
Explain how a pointer to function can be declared in C++?
What are abstract data types in c++?
What is the cout in c++?
How to declare a pointer to an array of integers?
Explain the scope of resolution operator.
What is called array?
Can you declare an array without a size in c++?
How can you tell what shell you are running on unix system?
Explain unexpected() function?
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
Can we get the value of ios format flags?
What is the use of 'using' declaration in c++?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Why was c++ created?