Notification texts go here Contact Us Click here
C program

Using C Program to implement Searching techniques .

➤   Program to search a number using Linear search .  #include<stdio.h>   int  main ( ) {      int  a [ 20 ] , i , x , n ;      printf ( "…

Using C program to print multiplication table .

➤   Program to print multiplication table using while loop.    #include<stdio.h> int main ( ) { int i = 1 , n ; printf ( "En…

Using C program to find area of triangle.

➤ Program to calculate area of triangle without using Heron's formula . #include<stdio.h> int main ( ) { float a , b , area ; …

Using C program to add two number's .

➤  Program to add two numbers .   #include<stdio.h> int main ( ) { int a , b ; a = 19 ; b = 35 ; printf ( "Sum of %d and …

C program to print 1 to n number using while loop .

Program to print numbers from 1 to n using while loop . #include <stdio.h>   int main ( ) { int i = 1 , n ; printf (…
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.