Quantum Computing: A Revolution in Computing TechnologyExploring the Potential of Quantum Computing and Its Impact on Industries and SocietyMay 11, 2023·7 min read
Web GPU: Unleashing the Power of Graphics on the WebExploring the Benefits, Use Cases, and Challenges of the Emerging Web Graphics StandardApr 9, 2023·6 min read
Pointers C++What are pointers? The pointer variable points to a data type of the same type(like int, char etc. ). The address of the variable we are working with is assigned to the pointer. In other words, a pointer is a variable that stores the memory address a...Jan 30, 2023·3 min read