write infinite loop in C++ which does not use any variable
or constant?
Answer Posted / chetan bhola
while(1)
{
;
}
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
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
Explain the pure virtual functions?
What is rtti in c++?
What is c++ w3school?
What is the error in the code below and how should it be corrected?
What is this weird colon-member (" : ") syntax in the constructor?
What size is allocated to the union variable?
Where the memory to the static variables is allocated?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is the use of function pointer?
Do class method definitions?
What are the vectors in c++?
Explain deep copy and a shallow copy?
What is the use of turbo c++?
How do I tokenize a string in c++?