What is size of a empty class?
Answer Posted / ilana
why ?
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is meant by entry controlled loop?
What is the use of endl?
Differentiate between a constructor and a destructor in c++.
Can you Mention some Application of C/C++?
How would you use qsort() function to sort an array of structures?
What is encapsulation in C++? Give an example.
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
If a header file is included twice by mistake in the program, will it give any error?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What are the different types of comments allowed in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What are the differences between java and c++?
Why is main an int?
Explain what are single and multiple inheritances in c++?
What is meant by a delegate?