#include<stdio.h> void bsort(int*y,int n){ int i,j,temp; for(i=0…
Read more#include<stdio.h> void bsort(int*y,int n){ int i,j,temp; for(i=0;i<…
Read more#include<stdio.h> int main(){ int a[10][10],m,n,i,j; printf(" …
Read more#include<stdio.h> float pow(int m,int n) { int i=1; float result=…
Read more/* c program find sum and average of two numbers*/ #include <stdio.h> i…
Read more#include <stdio.h> int main() { printf("Name : CodeWi…
Read more#include<stdio.h> void main() { int num1=100; int num2=200; int su…
Read more