what is ns string?
what is ns array?
Answer / amit
String is an charactor array & the array is collection of
simillar data items
| Is This Answer Correct ? | 4 Yes | 0 No |
write a short note on Overloading of Binary Operator?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
what are the ways in which a constructors can be called?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
What are the two different types of polymorphism?
Can we override main method?
What is polymorphism in oops?
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
i ahve v low % in 12th n BSC which is aroun 50 coz science was imposed on me......nw m doin MCA n my aggregate in above 74%,what shud i say if asked about low previous percentage??????
What is a friend function & its advantage?