what is ns string?

what is ns array?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Which language is pure oop?

545


What are oops methods?

560


What is the use of oops?

612


What is balance factor?

574


Explain the concepts involved in Object Oriented programming.

621






What does enum stand for?

605


What is polymorphism programming?

593


What is the difference between static polymorphism and dynamic polymorphism?

571


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1768


Is enum a class?

597


how to get the oracle certification? send me the answer

1655


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1607


Can we create object of abstract class?

569


How do you explain polymorphism?

580


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

1998