Aug 17, 2025 · 6 min read · As a CS student diving deeper into databases, I recently explored Stored Procedures (SPs) in SQL. At first glance, they felt like “functions” in programming languages — but as I dug deeper, I realized they’re much more powerful and nuanced. This blog...
TRSTanvi and 2 more commented
Dec 28, 2023 · 2 min read · Tokenizing a string in C typically involves breaking a string into smaller pieces or tokens based on a specified delimiter. The standard library provides a function called strtok that can be used for this purpose. Here's a simple example with comment...
Join discussion