
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Sunidhi Bansal has Published 1085 Articles

Sunidhi Bansal
222 Views
In this article we will be discussing the working, syntax and examples of tan() function for complex numbers in C++ STL.tan() for complex numbers is a function which comes under the header file. This function is used to find the tangent of the complex number associated with it. This ... Read More

Sunidhi Bansal
234 Views
In this article we will be discussing the working, syntax and examples of log10() function in C++ STL.What is log10() function?log10() function is an inbuilt function in C++ STL, which is defined in header file. log10() is used to find the common logarithmic value of a complex number. This ... Read More

Sunidhi Bansal
254 Views
In this article we will be discussing the working, syntax and examples of log() function in C++ STL.What is the log() function?log() function is an inbuilt function in C++ STL, which is defined in header file. log() returns complex natural logarithmic value of a complex value. The difference between ... Read More

Sunidhi Bansal
139 Views
In this article we will be discussing the working, syntax and examples of match_results::size() function in C++ STL.What is a match_results in C++ STL?std::match_results is a specialized container-like class which is used to hold the collection of character sequences which are matched. In this container class a regex match operation ... Read More

Sunidhi Bansal
853 Views
In this article we will be discussing the working, syntax and examples of match_results::prefix() and match_results::suffix() functions in C++ STL.What is a match_results in C++ STL?std::match_results is a specialized container-like class which is used to hold the collection of character sequences which are matched. In this container class a regex ... Read More

Sunidhi Bansal
284 Views
In this article we will be discussing the working, syntax and examples of match_results operator ‘[ ]’ in C++ STL.What is a match_results in C++ STL?std::match_results is a specialized container-like class which is used to hold the collection of character sequences which are matched. In this container class a regex ... Read More

Sunidhi Bansal
149 Views
In this article we will be discussing the working, syntax and examples of match_results operator ‘=’ in C++ STL.What is a match_results in C++ STL?std::match_results is a specialized container-like class which is used to hold the collection of character sequences which are matched. In this container class a regex match ... Read More

Sunidhi Bansal
141 Views
In this article we will be discussing the working, syntax and examples of match_results::length() function in C++ STL.What is a match_results in C++ STL?std::match_results is a specialized container-like class which is used to hold the collection of character sequences which are matched. In this container class a regex match operation ... Read More

Sunidhi Bansal
118 Views
In this article we will be discussing the working, syntax and examples of match_results::empty() function in C++ STL.What is a match_results in C++ STL?std::match_results is a specialized container-like class which is used to hold the collection of character sequences which are matched. In this container class a regex match operation ... Read More

Sunidhi Bansal
107 Views
In this article we will be discussing the working, syntax and examples of match_results::cbegin() and match_results::cend() functions in C++ STL.What is a match_results in C++ STL?std::match_results is a specialized container-like class which is used to hold the collection of character sequences which are matched. In this container class a regex ... Read More