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

Is abstract thinking intelligence?

0 Answers  


Whats is abstraction in oops?

0 Answers  


difference between overloading and overridding

11 Answers  


create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


how to swap to variables without using thrid variable in java?

5 Answers  


Differences between inline functions and non-inline functions?

4 Answers   Ness Technologies,


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


What is the default size allocated for array in the statement if size not specified " int a[] "

4 Answers   CTS,


What do you mean by pure virtual functions?

8 Answers  


What type of Job you are providing?

0 Answers  


Advantage and disadvantage of routing in telecom sector

0 Answers  


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

0 Answers  


Categories