What and all can a compiler provides by default?
Answer Posted / sandy
Also operator "&"
class Test {};
int main()
{
Test t;
Test *ptr = &t;
return 0;
}
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Difference between delete and free.
Explain unexpected() function?
What do you mean by ‘void’ return type?
What are static member functions?
What are namespaces in c++?
What is the first name of c++?
Does a derived class inherit or doesn't inherit?
What is oop in c++?
What is the difference between ++ count and count ++?
What is stack unwinding?
Which is best c++ or java?
Which bitwise operator is used to check whether a particular bit is on or off?
What return value must conversion operators have in their declaration?
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 do I exit turbo c++?