Skip to content

Instantly share code, notes, and snippets.

View Satyampd's full-sized avatar
🎯
Focusing

Satyam Prasad Tiwari Satyampd

🎯
Focusing
View GitHub Profile
#include <stdio.h>
int main()
{ int array[100], n, c, d, swap;
printf("Enter number of elements\n");
scanf("%d", &n);