what is ns string?

what is ns array?



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

Post New Answer

More OOPS Interview Questions

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

1 Answers   Astersys,


how many types of notations are in java

1 Answers   National University of Modern Languages (NUML),


What is polymorphism in oops?

1 Answers  


Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,


Contrast OOP and SOA. What are tenets of each?

1 Answers   Siebel Systems, Wipro,


What do you mean by Encapsulation?

1 Answers   Ittiam Systems,


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?

8 Answers   IBM, Sage, Vertex,


What are the important components of cohesion?

1 Answers  


//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(); }

1 Answers  


What is the real time example of encapsulation?

1 Answers  


What is abstraction and encapsulation?

1 Answers  


What is for loop and its syntax?

1 Answers  


Categories