What is difference between initialization and assignment?
Answer Posted / suraj
Initialization is a type of assignment done at declaration
level, but assinment can be done anywhere.
Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Does c++ have finally?
What is pair in c++?
Define Virtual function in C++.
What is std :: endl?
What is the use of turbo c++?
What is the purpose of extern storage specifier?
What is the advantage of c++ over c?
What language does google use?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is null pointer and void pointer and what is their use?
What c++ is used for?
Is recursion allowed in inline functions?
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 c++ a float?
Is linux written in c or c++?