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 |
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
how many types of notations are in java
1 Answers National University of Modern Languages (NUML),
What is polymorphism in oops?
Does c++ support multilevel and multiple inheritance?
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,
What do you mean by Encapsulation?
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
What are the important components of cohesion?
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
What is the real time example of encapsulation?
What is abstraction and encapsulation?
What is for loop and its syntax?