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 code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is oops?what is its use in software engineering?
What is difference between data abstraction and encapsulation?
What is abstraction and encapsulation?
In multilevel inheritance constructors will be executed from the .... class to ... class
hi all..i want to know oops concepts clearly can any1 explain??
what isthe difference between c structure and c++ class
difference between structure and union.
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
what is the use of template classes in c++
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).