
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
149 Views
In this article, we will be discussing the working, syntax, and examples of ratio_not_equal template in C++ STL.What is ratio_not_equal template?ratio_not_equal template is inbuilt in C++ STL, which is defined in header file. ratio_not_equal is used to compare the two ratios that are unequal. This template accepts two parameters ... Read More

Sunidhi Bansal
254 Views
In this article, we will be discussing the working, syntax, and examples of ratio_equal() function in C++ STL.What is ratio_equal template?ratio_equal template is inbuilt in C++ STL, which is defined in header file. ratio_equal is used to compare the two ratios. This template accepts two parameters and checks whether ... Read More

Sunidhi Bansal
7K+ Views
In this article, we will be discussing the working, syntax, and examples of stack::top() function in C++ STL.What is Stack in C++ STL?Stacks are the data structure that stores the data in LIFO (Last In First Out) where we do insertion and deletion from the top of the last element ... Read More

Sunidhi Bansal
390 Views
In this article, we will be discussing the working, syntax, and examples of stack::swap() function in C++ STL.What is Stack in C++ STL?Stacks are the data structure that stores the data in LIFO (Last In First Out) where we do insertion and deletion from the top or the last element ... Read More

Sunidhi Bansal
8K+ Views
In this article we will be discussing the working, syntax, and examples of stack::push() and stack::pop() function in C++ STL.What is Stack in C++ STL?Stacks are the data structure which stores the data in LIFO (Last In First Out) where we do insertion and deletion from the top of the ... Read More

Sunidhi Bansal
5K+ Views
In this article we will be discussing the working, syntax and examples of stack::empty() and stack::size() function in C++ STL.What is Stack in C++ STL?Stacks are the data structure that stores the data in LIFO (Last In First Out) where we do insertion and deletion from the top of the ... Read More

Sunidhi Bansal
606 Views
In this article we will be discussing the working, syntax, and examples of stack::emplace() function in C++ STL.What is Stack in C++ STL?Stacks are the data structure that stores the data in LIFO (Last In First Out) where we do insertion and deletion from the top of the last element ... Read More

Sunidhi Bansal
261 Views
In this article, we will be discussing the working, syntax, and examples of multimap::clear() function in C++ STL.What is Multimap in C++ STL?Multimaps are the associative containers, which are similar to map containers. It also facilitates to store the elements formed by a combination of key-value and mapped value in ... Read More

Sunidhi Bansal
237 Views
In this article, we will be discussing the working, syntax, and examples of multimap::empty() function in C++ STL.What is Multimap in C++ STL?Multimaps are the associative containers, which are similar to map containers. It also facilitates to store the elements formed by a combination of key-value and mapped value in ... Read More

Sunidhi Bansal
192 Views
In this article we will be discussing the working, syntax, and examples of multimap::get_allocator() function in C++ STL.What is Multimap in C++ STL?Multimaps are the associative containers, which are similar to map containers. It also facilitates to store the elements formed by a combination of key-value and mapped value in ... Read More