SOURCE CODE: #include <stdlib.h> #include <stdio.h> struct node { int …
Read moreSOURCE CODE: #include <stdio.h> #include <stdlib.h> int main () { int a, …
Read more// HOW TO CHANGE LOWERCASE CHARACTER TO UPPERCASR CHARACTER // LIKE THIS b --> B #include &l…
Read more/* HOW TO MAKE A HALF PYRAMID OF STARS LIKE THIS * ** *** **** ***** */ #incl…
Read more/* Write a program to find out whether a student pass or fail.if it requires total 40% and at leas…
Read moreWrite a program to check whether a number is divisible by 97 or not // Write a program to check w…
Read moreQUEUE OPRATION IN C LANGUAGE #include <stdio.h> #include <stdlib.h> struct queue …
Read moreLINEAR SEARCH OPERATION IN C LANGUAGE #include <stdio.h> int linear ( int arr [] , int…
Read morePROGRAM OF INSERTION SORT OPERATION IN C LANGUAGE #include <stdio.h> void printarray ( i…
Read morePROGRAM OF CIRCULAR QUEUE OPERATION IN C LANGUAGE #include <stdio.h> struct cqueue { i…
Read more
Social Plugin