What is split a string in c++?
What is ctime c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Which is better turbo c++ or dev c++?
Will c++ be replaced?
Can you Mention some Application of C/C++?
Explain the extern storage classes in c++.
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
How to write a program such that it will delete itself after exectution?
What is the best book for c++ beginners?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is a "Copy Constructor"?
How would you implement a substr() function that extracts a sub string from a given string?