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 |
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
What is the purpose of enum?
Out of 4 concepts, which 3 C++ Follow?
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
what is the definition of incapsulation
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
Which method cannot be overridden?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
When is it necessary to use member-wise initialization list in C++?
Why is destructor used?
What is oops concept with example?
what is the 3 types of system development life cycle