What is the outcome of cout<
a) 16
b) 17
c) 16.5
No Answer is Posted For this Question
Be the First to Post Answer
What are inline functions? What is the syntax for defining an inline function?
Out of fgets() and gets() which function is safe to use?
What can c++ be used for?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is a linked list in c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is a dll entry point?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Explain rethrowing exceptions with an example?
How to defines the function 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
Is facebook written in c++?