Tag: Code

career

7 Amazing Reasons | Why You should Learn Coding

Why you should learn coding? Why everybody should learn to code? Why is coding important for the future?

Code

[Solved] Program to Find Pairs that have Desired Sum in Java, Python

Write a program to count and find pairs that have desired sum from the given array. Program solved in Java, C/C++ and Python.

Code

Event Handling in C#, Python and C | Example Explained

Event handling in C#, Python and Java. Event-drive application explained with examples.

Code

Program to Remove All Duplicates Chars from a given String in Python

[Coding Problem solved] How to remove all duplicates from a given string in Python? 1. Without changing the order of characters 2. By traversing the string only once…

Code

Program to Check if the Given Number is Power of 3 (K) | Python, C/C++

[Python. C/C++ code explained] How to write a program to check if the given number is power of 3 using recursion.

Code

[Solved] Find Remainder without using Modulus Operator in Python, C and Java?

[Complete Program] How to find remainder without using modulus operator in Python, C/C++ and Java. Algorithm explained.

Code

Nested Switch Statements in C Programming with Real-Life Examples

Nested switch statements in C programming explained with Real-life example code. What is syntax for nested switch statements c?

Code

61 Interview Coding Questions for Practice and Master Programming

Complete list of interview coding questions to practice for Python, C and Java programming language with the solution.

Code

Python yield vs return Explained in Detail with Examples

How does yield Statement work in Python? Difference- Python yield vs return. Python yield Examples. When to use of Yield statement over return?