Sounetra Ghosal

Sounetra Ghosal

Author
Hello folks, I am Sounetra Ghosal, a B.Tech graduate in Computer Science and engineering from GIS College of Engineering, contributing several articles for the well-being of geeks throughout the globe. I love to write content basically in C programming language. Also, besides Java, Python, and C++ are some of my favorite languages. Contributed 350+ articles in different organizations. I have also secured the 23rd position at the Technical Scripter 2022 Event at GeeksforGeeks. One of my articles gets this award for getting the most views. I have received 79 certificates in various fields of technologies and content writing.
Every day I improve my skills to contribute more articles and expand my knowledge in any way possible.
Latest from Sounetra Ghosal (115 articles)
Common C++ Errors and How to Fix Them (Complete Debugging Guide)

Common C++ Errors and How to Fix Them (Complete Debugging Guide)

Every C++ student remembers their first segmentation fault. The program compiles clean, you hit run, and then the terminal prints...
Read more
Common Java Errors and How to Fix Them (With Code Examples)

Common Java Errors and How to Fix Them (With Code Examples)

Java errors are problems that stop your code from compiling, crashing it while running, or making it produce the wrong...
Read more
Python Data Types: Complete Guide With Examples & Use Cases

Python Data Types: Complete Guide With Examples & Use Cases

If you are starting with “Python Data Types”, you might already feel confused about when to use which type and...
Read more
Selection Sort In C++: Algorithm, Working, And Complexity

Selection Sort In C++: Algorithm, Working, And Complexity

If you are struggling to understand “Selection Sort in C++”, you are not alone. Many students find it confusing to...
Read more
Dijkstra’s Algorithm In C++: Steps, Code & Example

Dijkstra’s Algorithm In C++: Steps, Code & Example

Do you know what is “Dijkstra’s Algorithm in C++” programming language is? Do you find it hard to understand Dijkstra’s...
Read more
Exception Handling In C++: Concepts, Examples & Best Practices

Exception Handling In C++: Concepts, Examples & Best Practices

“Exception Handling in C++” is an important concept that helps students manage unexpected errors during program execution. Instead of letting...
Read more