Can java be faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
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
Write a program to find the Fibonacci series recursively.
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
When copy constructor can be used?
What is setiosflags c++?
program in c++ to input digits and print in words
How many standards of c++ are there?
What are abstract data types in c++?
When volatile can be used?
How the endl and setw manipulator works?
Is there any function that can skip certain number of characters present in the input stream?
Difference between strdup and strcpy?