C program to print 1 to 100 without using loops; In this tutorial, i am going to show you how to print 1 to 100 numbers in c program without…
Category: <span>C</span>
C program to find root of a quadratic equation; In this tutorial, i am going to show you how to find the root of a quadratic equation in c programs.…
In this tutorial, I am going to show you how to check whether given number a is positive, negative, or zero in c programs. Algorithm and Programs to Check Whether…
Through this tutorial, i am going to show you how to find the size of int, float, double and chart data types in c programs. Using the sizeof(variable)operator with %lu or %zu format specifier,…
C program to find profit or loss; In this tutorial, i am going to show you how to write a program to calculate profit or loss in c program. C…
C program to find or calculate power of a number; In this tutorial, i am going to show you how to find or calculate power of a number in the…
C program to print odd numbers from 1 to N (10, 100, 500, 1000); In this tutorial, i am going to show you how to write a program for print…
C program to find npr; In this tutorial, i am going to show you how to find npr in c program. First of all, i will show you know about…
C program to find ncr; In this tutorial, i am going to teach you how to find ncr in c program. First of all, you need to know about ncr;…
C program to check whether a number is divisible by 5 and 11; Through this tutorial, i am going to show you to check whether a number is divisible by…