How would you implement a substr() function that extracts a sub string from a given string?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Top down and bottom up approaches for a given project ?
14 Answers BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,
What is private inheritance?
How can you force instantiation of a template?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Describe the advantages of operator overloading?
What does the ios::ate argument do?
Are c and c++ different?
What are references in c++?
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
What is flush programming?
What is the use of 'this' pointer?
Write about an iterator class?