What is string :: npos?
Answer / Rahul Sirohi
In C++, `std::string::npos` is a predefined constant that represents the maximum index value of a std::string object. It is used to indicate the end of a string when searching for a substring.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between delete and delete[]
How to validate the request (Eg:user name and password) in session(http session)? not in LDAP server ?
Is java same as core java?
What is anti pattern in cyber security?
When should you make a function static?
what is ejb? what is the importance of ejb?
What is Map interface?
Which java.util classes and interfaces support event handling?
How many types of exception can occur in a java program?
How do you replace all in word?
How do weakhashmap works?
Write a code to create a trigger to call a stored procedure