Chemistry Battery and Fuel cells In this article at OpenGenus, we have explored the concept of Battery and Fuel cells including different types of batteries, performance requirements, hydrogen-oxygen fuel cells and much more.
Infrared Spectroscopy In this article at OpenGenus, we have explored the concept of Infrared Spectroscopy along with related concepts like Hooke's law and others.
Culture Entrepreneurship in Agricultural sector In this article at OpenGenus, we have explored the state of Entrepreneurship in Agricultural sector.
Opto Electronic Devices [Complete Guide] Optoelectronics is the communication of optics and electronics which involves the study, design and manufacturing of hardware device which converts electrical energy into light and light into energy through semiconductors.
Overview of Analog Communication In this article at OpenGenus, we will go through an overview of Analog Communication.
Applications of Thermodynamics In this article at OpenGenus, we have explained applications of Thermodynamics in our day to day lives.
C Programming Selection sort in C In this article, we have explained how selection sort and implement a program on the same in C Programming Language.
C Programming Merge Sort in C In this article at OpenGenus, we have explained merge sort and implemented a program on the same in C Programming Language.
Algorithms Bubble sort in C In this article, we have explained bubble sort algorithm and implemented a program on it in C Programming Language.
Algorithms Binary Search in C using recursion In this article at OpenGenus, we have explained Binary search algorithm and implement a program on the same in C programming language using recursion.
Algorithms Linear Search explained simply [+ code in C] In this article, we have explained Linear search algorithm and implement a program on the same in C programming language.
C Programming Find maximum, minimum and average of 4 subjects using structure in C In this article, we have explained how to find the maximum, minimum and average of the marks of 4 subjects of different students using structure in C Programming Language.
C Programming Swap three numbers using functions in C In this article, we have explained how to swap three numbers using functions and implement the technique in C Programming Language.
C Programming Find Maximum, Minimum, Average of 3 numbers in C In this article, we have explored how to find Maximum, Minimum, Average of 3 numbers and implement the technique in C Programming Language.
C Programming Print initials of a name in C In this article, we have explained how to find the initials of a name and implement the technique in C Programming Language.
C Programming Sum of N natural numbers using recursion In this article, we have explained how to get the sum of N natural numbers using recursion and implement the technique in C Programming Language.
C Programming Find multiplication table of 2 numbers In this article, we have explained how to find the multiplication table of 2 numbers using functions and implement the technique in C Programming Language.
C Programming Return two digit after decimal point in C In this article, we have explained how to return two digits after decimal point using functions and implemented the technique in C Programming Language.
C Programming Return last two digits of an Integer in C In this article, we have explained how to return last two digits of an Integer using functions and implemented the technique in C Programming Language.
C Programming Print the triangular pattern (right angle triangle) in C In this article, we have take a look at how to print a triangular pattern (right angle triangle) with integers 1 to 15 in C Programming Language.
C Programming Print the 2x3 rectangular matrix in C In this article, we have take a look at how to print a rectangular matrix of size 2 * 3 with integers in C Programming Language with numbers from 1 to 6.
C Programming Find out which date is earlier in C In this article, we have explained the approach to check which date comes earlier among two dates (in format DD:MM:YYYY) and implemented this approach in C Programming Language.
C Programming Change time from 24 hours format to 12 hours format In this article, we have explained how to change time from 24 hours format (HH:MM) to 12 hours format (HH:MM + AM or PM) and implemented the approach in C Programming Language.
C Programming Check if given number is even or odd in C In this article, we have explained how to check if given number is even or odd and implemented the approach in C Programming Language.
C Programming Add each digit of a three digit number Write a program to enter a three digit number and separately print the the digits of the number and add it and provide the implementation in C programming language.