C / C++

Code

Write a Program to Find the Transpose of a Matrix

Write a program to find the transpose of a matrix in C/C++, Java and Python. Code explained with array example.

Code

Second Largest/Smallest Number in Array in C/C++, Java and Python

Write a program to find the second smallest number in array in C/C++, Java and Python. Second largest element in list.

Code

Find the Smallest and Largest Number in Array in C/C++, Java and Python

Write a program to find the smallest and largest number in the array. Code written in C/C++, Java and Python.

cpp

What is Array | Print Elements in Array (Traversing)

What is an array? How to print array in C/C++ programming using for, do-while loop? Write a code to traverse array. Explain with example.

coding challenge

4 Important Coding Problems Based on Numbers in C

Important coding problems based on numbers in C/C++, Java and Python asked in interviews? Program for Armstrong, Strong, Palindrome and Prime number

cpp

Program to Check and Print All Perfect Numbers in the Given Range

What is perfect number and how to check it using in C++, Java, Python? Write a program to find and print all perfect numbers in the given range.

Code

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

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

Difference Between C and OOPs Languages (C++/C#/Python)

What is the difference between c and oops programming languages like C++, C# and Python? Object oriented programming with example.

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.