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
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is a stack c++?
Explain linear search.
What is general form of pure virtual function? Explain?
How can you link a c program with a c function?
What is the handle class?
What is c++ library?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
wap to accept 10 numbers & display the number of odd and even numbers??
What is a hashmap c++?
What does obj stand for?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?